Gleam syntax highlighting is broken #14239
Replies: 7 comments
-
have you tried to rebuild the grammar with |
Beta Was this translation helpful? Give feedback.
-
Yes, I even tried deleting everything in
|
Beta Was this translation helpful? Give feedback.
-
On latest ![]() Does highlighting work with other languages? |
Beta Was this translation helpful? Give feedback.
-
No highlighting for me on latest |
Beta Was this translation helpful? Give feedback.
-
I think it should be easily reproducible by using |
Beta Was this translation helpful? Give feedback.
-
The highlighting fails because the highlights.scm query fails to compile:
That It's not reproducible on master, queries are checked in CI |
Beta Was this translation helpful? Give feedback.
-
Thank you very much, I forgot that I had that customized. Updating it fixed it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Syntax highlighting for Gleam doesn't work, presumably since #13807 was merged, I tried with
25.07.1 (43990ed0)
and latest HEAD:25.07.1 (001efa80)
.Reproduction Steps
Happens when opening any .gleam file.
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
Ghostty 1.1.3-889478f-nix
Installation Method
nix
Helix Version
helix 25.07.1 (43990ed)
Beta Was this translation helpful? Give feedback.
All reactions