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
asking here because I can't find further docs, hope that is okay. What highlight groups does this parser use? When enabling it, in lines like these:
home-manager.inputs.nixpkgs.follows = "nixpkgs";
Everything up to the = sign is colored in the same color. When disabling the tree-sitter highlighting, the last argument is colored differently. I'm using a self-written color scheme, not sure what values change which parts of the highlighting.
Where can I see what groups used?
Without tree-sitter-nix:
With tree-sitter-nix:
The text was updated successfully, but these errors were encountered:
Hello,
asking here because I can't find further docs, hope that is okay. What highlight groups does this parser use? When enabling it, in lines like these:
Everything up to the
=
sign is colored in the same color. When disabling the tree-sitter highlighting, the last argument is colored differently. I'm using a self-written color scheme, not sure what values change which parts of the highlighting.Where can I see what groups used?
Without tree-sitter-nix:
With tree-sitter-nix:
The text was updated successfully, but these errors were encountered: