I cant define the syntax highlighting for SurfaceEvolver files (they have extension *.fe). I have created _filetype_extensions.conf:_
``` [Extensions] SurfEvolver=*.fe; ``` and the _filetypes.SurfEvolver.conf_: ``` [styling] default=0ff0000;0x222222;false;false [keywords] # all items must be in one line primary=vertices edges faces bodies [settings] extension=fe wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 # single comments, like # in this file comment_single=// # multiline comments comment_open=/* comment_close=*/ [build-menu] EX_00_LB=Run Evolver EX_00_CM=evolver %f EX_00_WD= EX_00_BD= ``` but there is no effect, the conf file is read by Geany, because the command form [build-menu] is active. Is it a problem since *.fe extension is also for Ferite scripts? -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/4292 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/repo-discussions/[email protected]>
