Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
config:dockerfile [2018/11/28 19:29] – created Dockerfile syntax highlighting page pestadieuconfig:dockerfile [2019/06/23 19:50] – Fixed bugs displaying comments janax
Line 20: Line 20:
 <file properties filetypes.Dockerfile.conf> <file properties filetypes.Dockerfile.conf>
 # For complete documentation of this file, please see Geany's main documentation # For complete documentation of this file, please see Geany's main documentation
- +# 
-# Geany Color Syntax support for Dockerfiles +# Geany Color Syntax support for Dockerfiles  
-# version 0.1 +
 +# It can also parse docker-compose files,  
 +# but requires commenting out the YAML-row in the Geany installation filetype_extensions.conf  
 + 
 +# version 0.2 
 +
 +0.1 - estadieu.pl@gmail.com   # original version 
 +# 0.2 - axelsson.jan@gmail.com  # base on Sh instead - fixes problems with //, #, /*  
 + 
 [styling=C] [styling=C]
 + 
 [keywords] [keywords]
-primary=ADD ARG CMD COPY ENTRYPOINT ENV EXPOSE FROM HEALTHCHECK LABEL ONBUILD RUN SHELL STOPSIGNAL USER VOLUME WORKDIR +primary= ADD ARG CMD COPY ENTRYPOINT ENV EXPOSE FROM HEALTHCHECK LABEL ONBUILD RUN SHELL STOPSIGNAL USER VOLUME WORKDIR build container_name context command default depends_on dns dockerfile entrypoint environment env_file expose external extra_hosts external_links file hostname image labels links name network ports service services volumes web devices  
 + 
 [lexer_properties=C] [lexer_properties=C]
 + 
 [settings] [settings]
-lexer_filetype=C+lexer_filetype=Sh
 tag_parser=C tag_parser=C
-extension=c+extension=
 # single comments, like # in this file # single comments, like # in this file
 comment_single=# comment_single=#
 +
 # set to false if a comment character/string should start at column 0 of a line, true uses any # set to false if a comment character/string should start at column 0 of a line, true uses any
 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
Line 46: Line 54:
 # context action command (please see Geany's main documentation for details) # context action command (please see Geany's main documentation for details)
 context_action_cmd=xdg-open "https://docs.docker.com/engine/reference/builder/" context_action_cmd=xdg-open "https://docs.docker.com/engine/reference/builder/"
 +
 </file> </file>
  
Print/export