[Github-comments] [geany/geany] C++ template parameters (#1084)
elextr
notifications at xxxxx
Tue Jun 21 23:56:19 UTC 2016
Do you mean highlighted?
Highlighting is a syntactic construct, but names being parameters or types or variables or whatever is a semantic construct.
The type highlighting works for for C where type names do not overlap with other names, but in C++ you will find all occurrences of the name are type coloured, even if they are not a type in the specific context. This is because the syntactic highlighting has no concept of the semantics.
So it is not possible with the current system design.
---
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/1084#issuecomment-227606651
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160621/14a5031f/attachment.html>
More information about the Github-comments
mailing list