tree-sitter-gitcommit->tree-sitter-git-commit
This commit is contained in:
parent
28c9afdd0e
commit
c3fb86cbaa
7 changed files with 6 additions and 6 deletions
6
.gitmodules
vendored
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 | ✓ | | | |
|
||||
|
|
1
helix-syntax/languages/tree-sitter-git-commit
Submodule
1
helix-syntax/languages/tree-sitter-git-commit
Submodule
|
@ -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…
Reference in a new issue