Skip to content

Commit

Permalink
tree-sitter-gitcommit->tree-sitter-git-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Dec 24, 2021
1 parent bb8f2da commit 33d1921
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
| dockerfile || | | `docker-langserver` |
| elixir || | | `elixir-ls` |
| fish |||| |
| gitcommit || | | |
| git-commit || | | |
| glsl || || |
| go |||| `gopls` |
| html || | | |
Expand Down
1 change: 1 addition & 0 deletions helix-syntax/languages/tree-sitter-git-commit
Submodule tree-sitter-git-commit added at 5cd477
1 change: 0 additions & 1 deletion helix-syntax/languages/tree-sitter-gitcommit
Submodule tree-sitter-gitcommit deleted from 6a2ddb
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 33d1921

Please sign in to comment.