tree-sitter-gitcommit->tree-sitter-git-commit

This commit is contained in:
Michael Davis 2021-12-24 16:49:27 -06:00 committed by Blaž Hrastnik
parent 28c9afdd0e
commit c3fb86cbaa
7 changed files with 6 additions and 6 deletions

View file

@ -1,15 +0,0 @@
; 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"))