Update highlights

This commit is contained in:
Camden Cheek 2021-05-11 09:35:05 -06:00
parent ccb1df2ef2
commit 6c1ef89aa8
No known key found for this signature in database
GPG key ID: 595BFFE3A04E48B9

View file

@ -1,4 +1,4 @@
[
[
"FROM"
"AS"
"RUN"
@ -17,6 +17,8 @@
"STOPSIGNAL"
"HEALTHCHECK"
"SHELL"
"MAINTAINER"
"CROSS_BUILD"
] @keyword
[
@ -25,3 +27,25 @@
] @operator
(comment) @comment
(image_spec
(image_tag
":" @punctuation.special)
(image_digest
"@" @punctuation.special))
(double_quoted_string) @string
(expansion
[
"$"
"{"
"}"
] @punctuation.special
) @none
((variable) @constant
(#match? @constant "^[A-Z][A-Z_0-9]*$"))