Skip to content

Commit 7895719

Browse files
authored
languages: add commit-lsp for git-commit language (#14701)
1 parent 0b61e72 commit 7895719

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

book/src/generated/lang-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
| ghostty || | | | | |
8484
| git-attributes || | | | | |
8585
| git-cliff-config ||| | || `taplo`, `tombi` |
86-
| git-commit ||| | | | |
86+
| git-commit ||| | | | `commit-lsp` |
8787
| git-config ||| | | | |
8888
| git-ignore || | | | | |
8989
| git-notes || | | | | |

languages.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ clangd = { command = "clangd" }
2626
clojure-lsp = { command = "clojure-lsp" }
2727
cmake-language-server = { command = "cmake-language-server" }
2828
codeql = { command = "codeql", args = ["execute", "language-server", "--check-errors=ON_CHANGE"] }
29+
commit-lsp = { command = "commit-lsp", args = ["run"] }
2930
crystalline = { command = "crystalline", args = ["--stdio"] }
3031
cs = { command = "cs", args = ["launch", "--contrib", "smithy-language-server", "--", "0"] }
3132
csharp-ls = { command = "csharp-ls" }
@@ -2010,6 +2011,7 @@ indent = { tab-width = 4, unit = " " }
20102011
rulers = [51, 73]
20112012
text-width = 72
20122013
grammar = "gitcommit"
2014+
language-servers = [ "commit-lsp" ]
20132015

20142016
[[grammar]]
20152017
name = "gitcommit"

0 commit comments

Comments
 (0)