nvim-treesitter/queries/dockerfile/injections.scm

13 lines
323 B
Scheme
Raw Normal View History

2024-01-06 15:05:50 +09:00
((comment) @injection.content
(#set! injection.language "comment"))
((shell_command
(shell_fragment) @injection.content)
(#set! injection.language "bash")
(#set! injection.combined))
((run_instruction
(heredoc_block) @injection.content)
2024-01-06 15:05:50 +09:00
(#set! injection.language "bash")
(#set! injection.include-children))