mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
9 lines
208 B
Scheme
9 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"))
|