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 | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/runtime/queries/dockerfile/highlights.scm b/runtime/queries/dockerfile/highlights.scm index 577622e5..cdbf807c 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 [ @@ -67,6 +52,3 @@ (param) (mount_param) ] @constant - -(expose_instruction - (expose_port) @constant.numeric.integer) |