Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/dockerfile/injections.scm')
| -rw-r--r-- | runtime/queries/dockerfile/injections.scm | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/runtime/queries/dockerfile/injections.scm b/runtime/queries/dockerfile/injections.scm deleted file mode 100644 index fae7e337..00000000 --- a/runtime/queries/dockerfile/injections.scm +++ /dev/null @@ -1,16 +0,0 @@ -((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)) |