mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Update tree-sitter-git-commit (#7831)
This fixes a problem parsing the "On branch _branch_" part of the commit comment when the branch contains a slash.
This commit is contained in:
parent
86fc203197
commit
d6c799fb30
@ -1296,7 +1296,7 @@ text-width = 72
|
|||||||
|
|
||||||
[[grammar]]
|
[[grammar]]
|
||||||
name = "git-commit"
|
name = "git-commit"
|
||||||
source = { git = "https://github.com/the-mikedavis/tree-sitter-git-commit", rev = "db88cffa3952dd2328b741af5d0fc69bdb76704f" }
|
source = { git = "https://github.com/the-mikedavis/tree-sitter-git-commit", rev = "6f193a66e9aa872760823dff020960c6cedc37b3" }
|
||||||
|
|
||||||
[[language]]
|
[[language]]
|
||||||
name = "diff"
|
name = "diff"
|
||||||
|
Loading…
Reference in New Issue
Block a user