queries: inject all lines in a newline escaped RUN Dockerfile instruction as bash (#13845)

pull/13848/head
Kristoffer Plagborg Bak Sørensen 2025-06-26 19:51:10 +02:00 committed by GitHub
parent b9f980f567
commit a9d51ef258
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
((comment) @injection.content
(#set! injection.language "comment"))
([(shell_command) (shell_fragment)] @injection.content
(#set! injection.language "bash"))
((shell_command (shell_fragment) @injection.content)
(#set! injection.language "bash")
(#set! injection.combined))