mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 12:27:42 +03:00
update tree-sitter-git-commit (#1838)
changes: - any text following a (scissors) is now contained in one (message) - this vastly improves performance on large verbose commits: no more slowness on huge commits
This commit is contained in:
parent
533cca7195
commit
cfd992b151
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
((comment (scissors))
|
||||
(message) @injection.content
|
||||
(((scissors)
|
||||
(message) @injection.content)
|
||||
(#set! injection.include-children)
|
||||
(#set! injection.language "diff"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue