C++ template syntax support
Not sure if this is really a feature request, or more a request of how to configure things with proper syntax matching...
In C++ nested templates can get a bit ugly to read like a<b<c
As this plugin is kind of a syntax highlight configuration generator, I wonder if it would be possible to restrict to certain syntactic constructs, or at least "reset" the balancing search if e.g. encountering a closing ) of an if( a > b) statement, or a final ; of a vector
( alternatively what would be already very helpful I guess is toggling the inclusion of < and > for a short amount of time when you really need the better readability )