diff options
author | Michael Davis | 2022-01-09 14:10:20 +0000 |
---|---|---|
committer | GitHub | 2022-01-09 14:10:20 +0000 |
commit | e0a99ae51ac099e30dc1039f9ac1059bba90a806 (patch) | |
tree | cb7d6f44c637b35c9cb7dcd744b643b2a2387a7c /.gitmodules | |
parent | 97e12f5c5a26cbbc2eddffd91a2e506403d4d453 (diff) |
add tree-sitter-git-config (#1426)
* add tree-sitter-git-config
* add todo comment for improving filetype check
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e6d9d654..3442652a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -198,3 +198,7 @@ path = helix-syntax/languages/tree-sitter-make url = https://github.com/alemuller/tree-sitter-make shallow = true +[submodule "helix-syntax/languages/tree-sitter-git-config"] + path = helix-syntax/languages/tree-sitter-git-config + url = https://github.com/the-mikedavis/tree-sitter-git-config.git + shallow = true |