blob: 5d3bbffb7b82e1d7589e61c7c5d3db37aa520d25 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
((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)
(#set! injection.language "bash")
(#set! injection.include-children))
|