mirror of https://github.com/helix-editor/helix
queries: inject all lines in a newline escaped RUN Dockerfile instruction as bash (#13845)
parent
b9f980f567
commit
a9d51ef258
|
@ -1,6 +1,7 @@
|
||||||
((comment) @injection.content
|
((comment) @injection.content
|
||||||
(#set! injection.language "comment"))
|
(#set! injection.language "comment"))
|
||||||
|
|
||||||
([(shell_command) (shell_fragment)] @injection.content
|
((shell_command (shell_fragment) @injection.content)
|
||||||
(#set! injection.language "bash"))
|
(#set! injection.language "bash")
|
||||||
|
(#set! injection.combined))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue