Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
((comment) @injection.content
 (#set! injection.language "comment"))

((shell_command (shell_fragment) @injection.content)
 (#set! injection.language "bash")
 (#set! injection.combined))

((run_instruction
 (heredoc_block (heredoc_line) @injection.content . "\n" @injection.content))
 (#set! injection.language "bash")
 (#set! injection.combined))

((copy_instruction
 (path (heredoc_marker)) . (path) @injection.filename
 (heredoc_block (heredoc_line) @injection.content . "\n" @injection.content))
 (#set! injection.combined))