diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 70fac3b6..f4d6456c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -78,3 +78,7 @@ path = helix-syntax/languages/tree-sitter-swift url = https://github.com/tree-sitter/tree-sitter-swift shallow = true +[submodule "helix-syntax/languages/tree-sitter-toml"] + path = helix-syntax/languages/tree-sitter-toml + url = https://github.com/ikatyang/tree-sitter-toml + shallow = true |