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

elextr notifications at xxxxx
Fri Sep 16 00:09:57 UTC 2016


> if parameters format not equal to (type A,type B, ...) then it not declaration, with some other signs object initialization is recognized and not highlighted

How did you determine the typenames?  And don't forget in a C++ declaration the names `A` and `B` may or may not be present.

> by the way, why geany is not recognize following class declaration?

Because its filetype C, not C++, see the status bar in your image above, so class definitions are not understood. Thats fixed in latest Git, but you may have a modified `filetype_extensions.conf` in your user config.

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


More information about the Github-comments mailing list