mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
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.
This commit is contained in:
parent
d284444eb4
commit
565445be60
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue