nvim-treesitter/queries/git_rebase/injections.scm
2024-01-19 16:58:37 +01:00

5 lines
137 B
Scheme

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