aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorMichael Davis2023-08-07 18:27:16 +0000
committerGitHub2023-08-07 18:27:16 +0000
commitd6c799fb3026425d1eb0cd71130e2b17d315829f (patch)
treeed99f3ac3a085dd2de3455386806e4c8af9594ac /languages.toml
parent86fc2031976e50dc341de1b2e6b979943df006cc (diff)
Update tree-sitter-git-commit (#7831)
This fixes a problem parsing the "On branch _branch_" part of the commit comment when the branch contains a slash.
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 01ad4cb1..0c3c6a7f 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1296,7 +1296,7 @@ text-width = 72
[[grammar]]
name = "git-commit"
-source = { git = "https://github.com/the-mikedavis/tree-sitter-git-commit", rev = "db88cffa3952dd2328b741af5d0fc69bdb76704f" }
+source = { git = "https://github.com/the-mikedavis/tree-sitter-git-commit", rev = "6f193a66e9aa872760823dff020960c6cedc37b3" }
[[language]]
name = "diff"