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

6 lines
181 B
Scheme

((comment) @injection.content
(#set! injection.language "comment"))
((shell_command) @injection.content
(#set! injection.language "bash")
(#set! injection.include-children))