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

7 lines
211 B
Scheme

((comment) @injection.content
(#set! injection.language "comment"))
((shell_text) @injection.content
(#set! injection.language "bash"))
((shell_command) @injection.content
(#set! injection.language "bash"))