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
I think the title sums it up already,
Additionally to the Reproduction Steps, it also crashes, when opening a file with the content let %
let %
I tried this:
hx test.ncl
I expected this to happen: no crash Instead, this happened: crash
Nothing interesting here even with -vvvv
-vvvv
NixOS
xterm, alacritty
22.05-218-gb6122110
The text was updated successfully, but these errors were encountered:
Most minimally to reproduce this with the tree-sitter CLI:
$ echo "let %" > test.ncl $ tree-sitter parse test.ncl
This is a bug either in the grammar or (more likely in my experience) in the external scanner. I'll open up an issue upstream
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Summary
I think the title sums it up already,
Additionally to the Reproduction Steps, it also crashes, when opening a file with the content
let %
Reproduction Steps
I tried this:
hx test.ncl
let %
I expected this to happen:
no crash
Instead, this happened:
crash
Helix log
Nothing interesting here even with
-vvvv
Platform
NixOS
Terminal Emulator
xterm, alacritty
Helix Version
22.05-218-gb6122110
The text was updated successfully, but these errors were encountered: