nvim-treesitter/runtime/queries/git_rebase/injections.scm
2023-09-09 16:16:51 +02:00

6 lines
136 B
Scheme

((operation
(command) @_command
(message) @injection.content)
(#set! injection.language "bash")
(#any-of? @_command "exec" "x"))