See `document_highlight_tags()` in `document.c`. Thats where the typenames are passed to Scintilla, conceptually something similar for function names could be used. As I said before, you might have to add an extra wordlist to the Scintilla lexer, but thats easy IIUC. You would probably need a version of `symbols_find_typenames_as_string()` for function names.
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1231#issuecomment-247275517
