mirror of
https://github.com/scopatz/nanorc
synced 2024-11-22 08:35:39 +01:00
Added dockerfile syntax highlighting for *.dockerfile
This commit is contained in:
parent
0fd05e5ecc
commit
58b164c007
@ -1,5 +1,5 @@
|
|||||||
## Syntax highlighting for Dockerfiles
|
## Syntax highlighting for Dockerfiles
|
||||||
syntax "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|MAINTAINER|RUN|CMD|LABEL|EXPOSE|ENV|ADD|COPY|ENTRYPOINT|VOLUME|USER|WORKDIR|ONBUILD)[[:space:]]"
|
||||||
|
Loading…
Reference in New Issue
Block a user