Hare syntax highlighting not working #10101
-
SummaryI upgraded to Helix to 24.03 and the Hare syntax highlighting stopped working. I can still edit I noticed in the
After installing Helix 24.03 I even re-fetched and re-built my grammars with Reproduction StepsI tried this:
Taken from https://harelang.org I expected this to happen: The Instead, this happened: The Helix log~/.cache/helix/helix.log
PlatformLinux (System76 Pop!_OS) Terminal EmulatorGNOME Terminal 3.44.0 Installation Methodapt from ppa:maveonair/helix-editor Helix Versionhelix 24.3 (2cadec0), this is also a bit weird since isn't it 24.03? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
-
I got it working with the following:
Removing it from |
Beta Was this translation helpful? Give feedback.
I got it working with the following:
hare.so
and moved it into~/.config/helix/runtime/grammars/
Removing it from
use-grammars
inlanguages.toml
and runninghx --grammar fetch && hx --grammar build
didn't rebuild it.