[c++] wrong syntax highlighting results when using decltype and '::'-specfied names in templates #3309
Labels
bug
Issue identified by VS Code Team member as probable bug
languages-basic
Basic language support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
Milestone
I am using currently the latest VSCode version(0.10.8) with 'Dark+ (default dark)' color scheme and the piece of C++ code in the picture below produces wrong syntax highlighting results for following class/struct declarations/definations and endif macros(define, include, if and ifdef macros are not affected though).
Changing foo::bar to somthing that does not use '::' will make all the wrong syntax highlighting results normal again.
The text was updated successfully, but these errors were encountered: