aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--languages.toml2
-rw-r--r--runtime/queries/git-commit/highlights.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/languages.toml b/languages.toml
index b8581080..122cadfe 100644
--- a/languages.toml
+++ b/languages.toml
@@ -908,7 +908,7 @@ indent = { tab-width = 2, unit = " " }
[[grammar]]
name = "git-commit"
-source = { git = "https://github.com/the-mikedavis/tree-sitter-git-commit", rev = "7ae23de633de41f8f5b802f6f05b6596df6d00c1" }
+source = { git = "https://github.com/the-mikedavis/tree-sitter-git-commit", rev = "318dd72abfaa7b8044c1d1fbeabcd06deaaf038f" }
[[language]]
name = "git-diff"
diff --git a/runtime/queries/git-commit/highlights.scm b/runtime/queries/git-commit/highlights.scm
index 0b50d419..bdb776d6 100644
--- a/runtime/queries/git-commit/highlights.scm
+++ b/runtime/queries/git-commit/highlights.scm
@@ -10,5 +10,5 @@
(change kind: "modified" @diff.delta)
(change kind: "renamed" @diff.delta.moved)
-[":" "->"] @punctuation.delimeter
+[":" "->" (scissors)] @punctuation.delimeter
(comment) @comment