mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-18 11:31:08 +00:00
Merge pull request #423 from ulrichSchreiner/master
add additional Dockerfile keywords
This commit is contained in:
commit
daeffdc81b
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
syntax "dockerfile" "Dockerfile[^/]*$" "\.dockerfile$"
|
syntax "dockerfile" "Dockerfile[^/]*$" "\.dockerfile$"
|
||||||
|
|
||||||
## Keywords
|
## Keywords
|
||||||
color keyword (i) "^(FROM|MAINTAINER|RUN|CMD|LABEL|EXPOSE|ENV|ADD|COPY|ENTRYPOINT|VOLUME|USER|WORKDIR|ONBUILD)[[:space:]]"
|
color keyword (i) "^(FROM|MAINTAINER|RUN|CMD|LABEL|EXPOSE|ENV|ADD|COPY|ENTRYPOINT|VOLUME|USER|WORKDIR|ONBUILD|ARG|HEALTHCHECK|STOPSIGNAL|SHELL)[[:space:]]"
|
||||||
|
|
||||||
## Brackets & parenthesis
|
## Brackets & parenthesis
|
||||||
color statement "(\(|\)|\[|\])"
|
color statement "(\(|\)|\[|\])"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue