Skip to content

Commit c8fa37a

Browse files
author
Julius de Bruijn
authored
Add nix support (#58)
!bump-version 0.11.0
1 parent d930b30 commit c8fa37a

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,9 @@
172172
[submodule "repos/d"]
173173
path = repos/d
174174
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

Submodule nix added at 6d6aaa5

tree-sitter-langs.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ See `tree-sitter-langs-repos'."
111111
(hcl-mode . hcl)
112112
(html-mode . html)
113113
(mhtml-mode . html)
114+
(nix-mode . nix)
114115
(java-mode . java)
115116
(javascript-mode . javascript)
116117
(js-mode . javascript)

0 commit comments

Comments
 (0)