nvim-treesitter/runtime/queries/make/injections.scm
2025-04-06 13:16:45 +02:00

8 lines
215 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"))