Haskell syntax highlighting regression #13587
Answered
by
the-mikedavis
mmaa
asked this question in
Troubleshooting
-
SummarySyntax highlighting in Haskell no longer works. I believe the regression may have been introduced in #13475. Reproduction StepsOpen any Haskell file since the aforementioned Haskell tree-sitter update was merged. I don't get any syntax highlighting in any Haskell file. Helix log~/.cache/helix/helix.log
PlatformmacOS 15.5 Terminal EmulatorGhostty 1.1.3 Installation Methodbrew install --head helix Helix Versionhelix 25.01.1 (76029e5) |
Beta Was this translation helpful? Give feedback.
Answered by
the-mikedavis
May 21, 2025
Replies: 1 comment 1 reply
-
An error like that is printed when your parser and queries are out of date with one another. You can run |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mmaa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
An error like that is printed when your parser and queries are out of date with one another. You can run
hx -g fetch
andhx -g build
to build the newer version of the parser which should recognize the updated highlights.