We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d930b30 commit c8fa37aCopy full SHA for c8fa37a
.gitmodules
@@ -172,3 +172,9 @@
172
[submodule "repos/d"]
173
path = repos/d
174
url = https://github.com/CyberShadow/tree-sitter-d/
175
+[submodule "repos/nix"]
176
+ path = repos/nix
177
+ url = https://github.com/cstrahan/tree-sitter-nix
178
+ branch = main
179
+ update = none
180
+ ignore = dirty
repos/nix
tree-sitter-langs.el
@@ -111,6 +111,7 @@ See `tree-sitter-langs-repos'."
111
(hcl-mode . hcl)
112
(html-mode . html)
113
(mhtml-mode . html)
114
+ (nix-mode . nix)
115
(java-mode . java)
116
(javascript-mode . javascript)
117
(js-mode . javascript)
0 commit comments