nix-community / nix-ts-mode

An Emacs major mode for editing Nix expressions, powered by tree-sitter [maintainer=@remi-gelinas]
https://github.com/nix-community/nix-ts-mode
Other
52 stars 9 forks source link

feat: NO-ISSUE Fontify inherit expressions #10

Closed antifuchs closed 1 year ago

antifuchs commented 1 year ago

This assigns the "keyword" font-lock face to the "inherit" keyword in both plain & inherit_from expressions.

antifuchs commented 1 year ago

Oh, looks like this is already handled by #7; not sure if you want to keep this around when #7 is much more feature-rich; feel free to close and take the other one, if not.