aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorMichael Davis2021-12-24 18:44:45 +0000
committerBlaž Hrastnik2021-12-25 15:12:49 +0000
commitfd31662b70ee32d199950ba2873680fc9043c975 (patch)
tree82d26a074d6b9e2c3b39637dec0cc9a50bd5be31 /languages.toml
parent4b0b1a5657b78693efe609647360de30264fcc92 (diff)
add gitcommit grammar and language configuration
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index dd18fa19..f73011c8 100644
--- a/languages.toml
+++ b/languages.toml
@@ -473,3 +473,11 @@ file-types = ["Dockerfile", "dockerfile"]
comment-token = "#"
indent = { tab-width = 2, unit = " " }
language-server = { command = "docker-langserver", args = ["--stdio"] }
+
+[[language]]
+name = "gitcommit"
+scope = "git.commitmsg"
+roots = []
+file-types = ["COMMIT_EDITMSG"]
+comment-token = "#"
+indent = { tab-width = 2, unit = " " }