tree-sitter-gitcommit->tree-sitter-git-commit

imgbot
Michael Davis 2 years ago committed by Blaž Hrastnik
parent 28c9afdd0e
commit c3fb86cbaa

6
.gitmodules vendored

@ -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

@ -11,7 +11,7 @@
| dockerfile | ✓ | | | `docker-langserver` |
| elixir | ✓ | | | `elixir-ls` |
| fish | ✓ | ✓ | ✓ | |
| gitcommit | ✓ | | | |
| git-commit | ✓ | | | |
| glsl | ✓ | | ✓ | |
| go | ✓ | ✓ | ✓ | `gopls` |
| html | ✓ | | | |

@ -0,0 +1 @@
Subproject commit 5cd4776c86c82d9d6afdc8c73a47a08057aef618

@ -1 +0,0 @@
Subproject commit 6a2ddbecd49fa8e7e1fda24d43e363cfd9171ca0

@ -475,7 +475,7 @@ indent = { tab-width = 2, unit = " " }
language-server = { command = "docker-langserver", args = ["--stdio"] }
[[language]]
name = "gitcommit"
name = "git-commit"
scope = "git.commitmsg"
roots = []
file-types = ["COMMIT_EDITMSG"]

Loading…
Cancel
Save