[Github-comments] [geany/geany] Highlight C function names (patch available) (#1231)
Matthew Brush
notifications at xxxxx
Thu Sep 15 14:52:15 UTC 2016
> improvements, in example from @codebrainz, now mem_func also highlighted
In my example, I only meant `some_function` should be highlighted in each of the 3 lines, assuming it's defined like:
```c++
void some_function() {}
// or c++ member function
void TheClass::some_function() {}
```
I don't think `mem_fun` should be highlighted as a function since it's most likely a class name (would have to check libsigc++ code).
--
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-247351338
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160915/6ca3afc5/attachment.html>
More information about the Github-comments
mailing list