Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/dockerfile/highlights.scm')
| -rw-r--r-- | runtime/queries/dockerfile/highlights.scm | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/runtime/queries/dockerfile/highlights.scm b/runtime/queries/dockerfile/highlights.scm index 577622e5..5a945fb9 100644 --- a/runtime/queries/dockerfile/highlights.scm +++ b/runtime/queries/dockerfile/highlights.scm @@ -19,8 +19,6 @@ "SHELL" "MAINTAINER" "CROSS_BUILD" - (heredoc_marker) - (heredoc_end) ] @keyword [ @@ -37,20 +35,7 @@ (image_digest "@" @punctuation.special)) -[ - (double_quoted_string) - (single_quoted_string) - (json_string) - (heredoc_line) -] @string - -[ - (heredoc_marker) - (heredoc_end) -] @label - -((heredoc_block - (heredoc_line) @string)) +(double_quoted_string) @string (expansion [ @@ -63,10 +48,4 @@ ((variable) @constant (#match? @constant "^[A-Z][A-Z_0-9]*$")) -[ - (param) - (mount_param) -] @constant -(expose_instruction - (expose_port) @constant.numeric.integer) |