diff options
author | Timothy DeHerrera | 2021-06-09 23:05:54 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-10 13:01:48 +0000 |
commit | 38073fd64c1d277b19442ed5e802a853e817c743 (patch) | |
tree | 6bc8489b1dfc31a06db9ac4ac985b436c7a2fb32 /.gitmodules | |
parent | 01760c3845fd5107f2ae28109d61957a6f3080e3 (diff) |
Add Nix syntax
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a90766d4..4cf9e502 100644 --- a/.gitmodules +++ b/.gitmodules @@ -86,3 +86,6 @@ path = helix-syntax/languages/tree-sitter-elixir url = https://github.com/IceDragon200/tree-sitter-elixir shallow = true +[submodule "helix-syntax/languages/tree-sitter-nix"] + path = helix-syntax/languages/tree-sitter-nix + url = https://github.com/cstrahan/tree-sitter-nix |