Skip to content

Commit

Permalink
Update tree-sitter-git-commit (helix-editor#6493)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
the-mikedavis authored and wes-adams committed Jul 3, 2023
1 parent 17c663e commit 29c2fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 29c2fbd

Please sign in to comment.