From bf3ac492aed0d898b6f5ab0e873bdbe8bf92fbf1 Mon Sep 17 00:00:00 2001 From: Michael Davis Date: Thu, 30 Mar 2023 20:32:49 -0500 Subject: [PATCH] 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. --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 0a0e29bae74cf..a8fdc4a83be5f 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"