Skip to content

Commit

Permalink
Add missing keywords to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Mar 15, 2019
1 parent 3489720 commit 0dcf11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.nanorc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
syntax "Dockerfile" "Dockerfile[^/]*$" "\.dockerfile$"

## 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
color brightgreen "(\(|\)|\[|\])"
Expand Down

0 comments on commit 0dcf11a

Please sign in to comment.