-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Highlighting breaks with Helix editor #79
Comments
Do you have custom config in Also see helix-editor/helix#9003 - that PR has the updates for the queries that should fix query compilation. |
Using Helix v23.10, with this in [[grammar]]
name = "gleam"
[grammar.source]
git = "https://github.com/gleam-lang/tree-sitter-gleam"
rev = "23d2b896514087d97f75a62035b325a4704cbae5" I do see an error in > hx --grammar fetch && hx --grammar build Sounds like I need a newer Helix build? |
Yep you need the updates to the highlight query that lives in |
Sure enough, the updated queries resolved the issue. Thanks very much; sorry for taking your time! |
It looks like it stopped working at this commit: b7ae2c9
The text was updated successfully, but these errors were encountered: