diff options
author | Michael Davis | 2021-12-24 22:49:27 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-12-25 15:12:49 +0000 |
commit | c3fb86cbaa5c6973fe014a4401c4e0d6f663384d (patch) | |
tree | 65af5d4b1a847a7c5ae8c4c0dfde9190e674baa1 /.gitmodules | |
parent | 28c9afdd0e83da37c782fc82b859d8451df1b877 (diff) |
tree-sitter-gitcommit->tree-sitter-git-commit
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index ad100a00..d5bd61c9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -170,7 +170,7 @@ path = helix-syntax/languages/tree-sitter-fish url = https://github.com/ram02z/tree-sitter-fish shallow = true -[submodule "helix-syntax/languages/tree-sitter-gitcommit"] - path = helix-syntax/languages/tree-sitter-gitcommit - url = https://github.com/the-mikedavis/tree-sitter-gitcommit.git +[submodule "helix-syntax/languages/tree-sitter-git-commit"] + path = helix-syntax/languages/tree-sitter-git-commit + url = https://github.com/the-mikedavis/tree-sitter-git-commit.git shallow = true |