Hi all.
Geany has been as good to me over the past year or two of Lisping as it was with anything involving curly braces, but I would be interested in writing/contributing code to improve the support for tagging and autocompletion.
Unless I’m doing something horribly wrong, Common Lisp is not supported by the symbol list out of the box the way that Python or C files are. So, I take it I would need to write a parser of the type under tagmanager/ctags in git — there isn’t one for Common Lisp at present. Is this correct? Syntax highlighting for Lisps (for what syntax there is) works fine but I would like to work on making the symbol list functional as well.
Take care,
James