mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
tree-sitter-gitcommit->tree-sitter-git-commit
This commit is contained in:
parent
28c9afdd0e
commit
c3fb86cbaa
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -170,7 +170,7 @@
|
|||||||
path = helix-syntax/languages/tree-sitter-fish
|
path = helix-syntax/languages/tree-sitter-fish
|
||||||
url = https://github.com/ram02z/tree-sitter-fish
|
url = https://github.com/ram02z/tree-sitter-fish
|
||||||
shallow = true
|
shallow = true
|
||||||
[submodule "helix-syntax/languages/tree-sitter-gitcommit"]
|
[submodule "helix-syntax/languages/tree-sitter-git-commit"]
|
||||||
path = helix-syntax/languages/tree-sitter-gitcommit
|
path = helix-syntax/languages/tree-sitter-git-commit
|
||||||
url = https://github.com/the-mikedavis/tree-sitter-gitcommit.git
|
url = https://github.com/the-mikedavis/tree-sitter-git-commit.git
|
||||||
shallow = true
|
shallow = true
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
| dockerfile | ✓ | | | `docker-langserver` |
|
| dockerfile | ✓ | | | `docker-langserver` |
|
||||||
| elixir | ✓ | | | `elixir-ls` |
|
| elixir | ✓ | | | `elixir-ls` |
|
||||||
| fish | ✓ | ✓ | ✓ | |
|
| fish | ✓ | ✓ | ✓ | |
|
||||||
| gitcommit | ✓ | | | |
|
| git-commit | ✓ | | | |
|
||||||
| glsl | ✓ | | ✓ | |
|
| glsl | ✓ | | ✓ | |
|
||||||
| go | ✓ | ✓ | ✓ | `gopls` |
|
| go | ✓ | ✓ | ✓ | `gopls` |
|
||||||
| html | ✓ | | | |
|
| 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-server = { command = "docker-langserver", args = ["--stdio"] }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "gitcommit"
|
name = "git-commit"
|
||||||
scope = "git.commitmsg"
|
scope = "git.commitmsg"
|
||||||
roots = []
|
roots = []
|
||||||
file-types = ["COMMIT_EDITMSG"]
|
file-types = ["COMMIT_EDITMSG"]
|
||||||
|
Loading…
Reference in New Issue
Block a user