feat(git_rebase): add git_rebase parser

This commit is contained in:
gbprod 2022-10-18 10:33:57 +02:00 committed by Christian Clason
parent a52edf5dc9
commit 053f88f556
4 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,8 @@
((command) @keyword
(label)? @constant
(message)? @text @spell)
(option) @operator
(comment) @comment

View file

@ -0,0 +1,5 @@
((operation
(command) @_command
(message) @bash)
(#any-of? @_command "exec" "x"))