Hi. I'm just learning to do some programming using SWI Prolog and is using Geany as my IDE on Ubuntu. Since Geany does not currently support Prolog, I have used the information from the syntax highlighting file from Notepad++ to make a filetypes.Prolog.conf file. I am using the lexer_filetype=C for this purpose, and everything seems to be working fine as far as I can tell, except for single line comment. The single line comment for Prolog is %% but does not seem to be working as Geany still recognizes // instead.
Also, whom do I send my conf file to for consideration?
Thanks.