We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
post
I'm not quite sure if I'm missing something here, but I think I found a parsing error. This seems to be a minimal working example:
{ post.postA = '' ''; }
When opening this in Helix, I get this error:
helix_view::document [ERROR] TS parser failed, disabeling TS for the current buffer: Err(InvalidRanges)
It seems to happen when postFoo.postBar is the key of an attribute set. I found it while trying to do this:
postFoo.postBar
{ systemd.services.postgresql.postStart = '' ''; }
I'm not entirely sure what's going on here. Feel free to close if this doesn't actually have anything to do with this parser.
The text was updated successfully, but these errors were encountered:
this is a problem on the helix side see helix-editor/helix#3816
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I'm not quite sure if I'm missing something here, but I think I found a parsing error. This seems to be a minimal working example:
When opening this in Helix, I get this error:
It seems to happen when
postFoo.postBar
is the key of an attribute set. I found it while trying to do this:I'm not entirely sure what's going on here. Feel free to close if this doesn't actually have anything to do with this parser.
The text was updated successfully, but these errors were encountered: