mirror of
https://github.com/scopatz/nanorc
synced 2024-11-23 19:00:27 +01:00
Add missing keywords to Dockerfile
Sorted according to https://docs.docker.com/engine/reference/builder/
This commit is contained in:
parent
34897204eb
commit
0dcf11ab6f
|
@ -2,7 +2,7 @@
|
||||||
syntax "Dockerfile" "Dockerfile[^/]*$" "\.dockerfile$"
|
syntax "Dockerfile" "Dockerfile[^/]*$" "\.dockerfile$"
|
||||||
|
|
||||||
## Keywords
|
## Keywords
|
||||||
icolor red "^(FROM|MAINTAINER|RUN|CMD|LABEL|EXPOSE|ENV|ADD|COPY|ENTRYPOINT|VOLUME|USER|WORKDIR|ONBUILD)[[:space:]]"
|
icolor red "^(FROM|RUN|CMD|LABEL|MAINTAINER|EXPOSE|ENV|ADD|COPY|ENTRYPOINT|VOLUME|USER|WORKDIR|ARG|ONBUILD|STOPSIGNAL|HEALTHCHECK|SHELL)[[:space:]]"
|
||||||
|
|
||||||
## Brackets & parenthesis
|
## Brackets & parenthesis
|
||||||
color brightgreen "(\(|\)|\[|\])"
|
color brightgreen "(\(|\)|\[|\])"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user