1
0
Fork 0
dotfiles/.config/nvim/treesitter/dockerfile/queries/injections.scm
2026-01-30 15:47:24 +03:00

11 lines
312 B
Scheme

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