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
50 stars 9 forks source link

fix: add indent support to ternary expressions #31

Closed marsam closed 4 months ago

marsam commented 4 months ago

Fixes https://github.com/nix-community/nix-ts-mode/issues/22

cc: @Atemu