If you put @Skif-off's content, don't you see an entry under *Document → Set Filetype → J-K-L*?
WFM for me with this: ```console $ cd ~/.config/geany $ cat filedefs/filetypes.JAL.conf [styling=Lua] [keywords] keywords=assembler else elsif end for forever function if include loop pragma procedure return then var while [settings] lexer_filetype=Lua tag_parser=Lua extension=jal comment_single=-- [build-menu] FT_00_LB=_Compile FT_00_CM=jal "%f" FT_00_WD= $ cat filetype_extensions.conf # Filetype extension configuration file for Geany # Insert as many items as you want, separate them with a ";". # See Geany's main documentation for details. [Extensions] JAL=*.jal; ``` -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/4507#discussioncomment-15718214 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/repo-discussions/4507/comments/[email protected]>
