aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorMichael Davis2021-12-24 22:49:27 +0000
committerBlaž Hrastnik2021-12-25 15:12:49 +0000
commitc3fb86cbaa5c6973fe014a4401c4e0d6f663384d (patch)
tree65af5d4b1a847a7c5ae8c4c0dfde9190e674baa1 /languages.toml
parent28c9afdd0e83da37c782fc82b859d8451df1b877 (diff)
tree-sitter-gitcommit->tree-sitter-git-commit
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index f73011c8..616ef234 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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"]