The format of the filenames... I've renamed it to `filetypes.Dockerfile.conf` and now it shows up under Document->filetype->Misc but there's no syntax highlighting when I'm viewing a Dockerfile.
``` [styling] # Default styles default=default comment=comment string=string number=number operator=operator identifier=identifier preprocessor=preprocessor keyword=keyword directive=directive builtins=builtins line_marker=line_marker [keywords] instruction=FROM AS COPY ADD RUN CMD ENTRYPOINT ARG ENV WORKDIR EXPOSE directive=FROM AS ARG CMD COPY ENTRYPOINT ENV EXPOSE FROM LABEL ONBUILD RUN STOPSIGNAL USER VOLUME WORKDIR builtins=ADD COPY ENTRYPOINT ENV EXPOSE FROM LABEL STOPSIGNAL USER VOLUME WORKDIR [lexer_properties] comment_single=# comment_open=<!-- comment_close=--> [settings] lexer_filetype=Dockerfile extension=docker;Dockerfile;*Dockerfile;Dockerfile*;docker; # MIME type mime_type=text/x-Dockerfile # 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 # #command_example(); # setting to false would generate this # # command_example(); # This setting works only for single line comments comment_use_indent=false # context action command (please see Geany's main documentation for details) context_action_cmd= [indentation] width=2 # 0 is spaces, 1 is tabs, 2 is tab & spaces type=0 ``` -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3752#issuecomment-1928805197 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/3752/1928805...@github.com>