11 lines
312 B
Scheme
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))
|