[Github-comments] [geany/geany] Highlight C function names (patch available) (#1231)

elextr notifications at xxxxx
Thu Sep 15 09:05:00 UTC 2016


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160915/cce0fe82/attachment.html>


More information about the Github-comments mailing list