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 have helix 22.08 (ee94031f) installed from nixpkgs.
Helix doesn't seem to load injections.scm from ~/.config/helix/runtime/queries/haskell, or anywhere similar (I ran strace to see where it looks).
It would be great to be able to specify custom injections, for example, I'd like to be able to highlight the sql in my haskell, and the bash in my nix.
I guess the more general enhancement would be load locally specified runtime files, and merge them with the global versions?
The text was updated successfully, but these errors were encountered:
It currently reads queries from a single runtime path, but I think we should support multiple: it should look into HELIX_RUNTIME, as well as ~/.config/helix/runtime for files.
I have
helix 22.08 (ee94031f)
installed fromnixpkgs
.Helix doesn't seem to load
injections.scm
from~/.config/helix/runtime/queries/haskell
, or anywhere similar (I ranstrace
to see where it looks).It would be great to be able to specify custom injections, for example, I'd like to be able to highlight the sql in my haskell, and the bash in my nix.
I guess the more general enhancement would be
load locally specified runtime files, and merge them with the global versions
?The text was updated successfully, but these errors were encountered: