aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorMichael Davis2023-03-31 01:32:49 +0000
committerGitHub2023-03-31 01:32:49 +0000
commit565445be6058fc07dd7397a4e32db0c3bf9ba545 (patch)
tree7167d6268f8882122ac29b5cf2a1aad6107d1bb4 /languages.toml
parentd284444eb402d76090ef0743d21fa51b9eee058d (diff)
Update tree-sitter-git-commit (#6493)
The last update introduced a bug with comments where a comment would be recognized as a message if there were multiple newlines between the last message or subject and the comment, causing a noticeable change in highlighting. This change fixes that behavior.
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 0a0e29ba..a8fdc4a8 100644
--- a/languages.toml
+++ b/languages.toml
@@ -1194,7 +1194,7 @@ text-width = 72
[[grammar]]
name = "git-commit"
-source = { git = "https://github.com/the-mikedavis/tree-sitter-git-commit", rev = "7421fd81840950c0ff4191733cee3b6ac06cb295" }
+source = { git = "https://github.com/the-mikedavis/tree-sitter-git-commit", rev = "bd0ca5a6065f2cada3ac6a82a66db3ceff55fa6b" }
[[language]]
name = "diff"