Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
config:docker-compose [2019/06/24 08:14] – Removed one step in installation janaxconfig:docker-compose [2019/06/24 20:56] (current) – Fix recognizing Dockerfile* janax
Line 13: Line 13:
 <file properties> <file properties>
 [Extensions] [Extensions]
-Dockerfile=Dockerfile;dockerfile;*.dockerfile;*.Dockerfile;docker*;+Dockerfile=Dockerfile*;dockerfile;*.dockerfile;*.Dockerfile;docker*;
 YAML= YAML=
 YML=*.yaml;*.yml; YML=*.yaml;*.yml;
Line 33: Line 33:
 # Geany Color Syntax support for Dockerfiles  # Geany Color Syntax support for Dockerfiles 
 # #
-# version 0.2+# It can also parse docker-compose files,  
 +# but requires commenting out the YAML-row in the Geany installation filetype_extensions.conf  
 +#  
 +# version 0.3
 # #
-# 0.1 -  original version +# 0.1 - estadieu.pl@gmail.com   # original version 
-# 0.2 -  base on Sh instead - fixes problems with //, #, /* +# 0.2 - axelsson.jan@gmail.com  base on Sh instead - fixes problems with //, #, /*  
 +# 0.3 - axelsson.jan@gmail.com  # base on Python instead - folding of yml 
    
-[styling=C]+[styling] 
 +default=default 
 +commentline=comment_line 
 +number=number_1 
 +string=string_1 
 +word=keyword_1 
    
 [keywords] [keywords]
-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  +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 version volumes devices  
-  + 
-[lexer_properties=C] +
- +
 [settings] [settings]
-lexer_filetype=Sh +lexer_filetype=Python 
-tag_parser=C +
-extension=+
 # single comments, like # in this file # single comments, like # in this file
 comment_single=# comment_single=#
Line 58: Line 66:
 # command_example(); # command_example();
 # This setting works only for single line comments # This setting works only for single line comments
-comment_use_indent=true+comment_use_indent=false
 # 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/"
 +
 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
 +
  
 </file> </file>
Print/export