mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
516 B
Scheme
16 lines
516 B
Scheme
3 years ago
|
; once a diff grammar is available, we can inject diff highlighting into the
|
||
|
; trailer after scissors (git commit --verbose)
|
||
|
; see https://github.com/helix-editor/helix/pull/1338#issuecomment-1000013539
|
||
|
;
|
||
|
; ((comment (scissors))
|
||
|
; (message) @injection.content
|
||
|
; (#set! injection.language "diff"))
|
||
|
|
||
|
; ---
|
||
|
|
||
|
; once a rebase grammar is available, we can inject rebase highlighting into
|
||
|
; interactive rebase summary sections like so:
|
||
|
;
|
||
|
; ((rebase_command) @injection.content
|
||
|
; (#set! injection.language "git-rebase"))
|