mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
cfd992b151
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
9 lines
233 B
Scheme
9 lines
233 B
Scheme
(((scissors)
|
|
(message) @injection.content)
|
|
(#set! injection.include-children)
|
|
(#set! injection.language "diff"))
|
|
|
|
((rebase_command) @injection.content
|
|
(#set! injection.include-children)
|
|
(#set! injection.language "git-rebase"))
|