mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 22:27:13 +09:00
Merge pull request #423 from ulrichSchreiner/master
add additional Dockerfile keywords
This commit is contained in:
@@ -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 "(\(|\)|\[|\])"
|
||||||
|
|||||||
Reference in New Issue
Block a user