nvim-treesitter/runtime/queries/git_rebase/injections.scm
2025-05-12 18:43:40 +02:00

8 lines
208 B
Scheme

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