nvim-treesitter/queries/dockerfile/injections.scm
2023-09-17 16:32:21 +02:00

6 lines
180 B
Scheme

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