You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I now spotted that I had locally overriden my derived built-in source URI back to the original one: My patch makes the build succeed but the resulting code does not present any color highlighting. Sigh.
Discussed in #7200
Originally posted by jonassmedegaard June 1, 2023
Summary
helix-loader
grammar compiler supports grammars that omitsrc/scanner.c
but fail to compile ifsrc/parser.c
is missing.Reproduction Steps
I tried switching to the alternative Perl grammar in
languages.toml
:hx --grammar fetch
succeeded, buthx --grammar build
failed.Patching helix to tolerate missing parser.c makes the build succeed, (and the resulting experience is a more reliable Perl grammar -
I'll file a separate issue about thatsee #7201).Helix log
No response
Platform
Linux
Terminal Emulator
alacritty 0.11.0
Helix Version
helix 23.05
The text was updated successfully, but these errors were encountered: