forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
516 B
Scheme
52 lines
516 B
Scheme
[
|
|
"FROM"
|
|
"AS"
|
|
"RUN"
|
|
"CMD"
|
|
"LABEL"
|
|
"EXPOSE"
|
|
"ENV"
|
|
"ADD"
|
|
"COPY"
|
|
"ENTRYPOINT"
|
|
"VOLUME"
|
|
"USER"
|
|
"WORKDIR"
|
|
"ARG"
|
|
"ONBUILD"
|
|
"STOPSIGNAL"
|
|
"HEALTHCHECK"
|
|
"SHELL"
|
|
"MAINTAINER"
|
|
"CROSS_BUILD"
|
|
] @keyword
|
|
|
|
[
|
|
":"
|
|
"@"
|
|
] @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]*$"))
|
|
|
|
|