Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[c++] wrong syntax highlighting results when using decltype and '::'-specfied names in templates #37

Open
aeschli opened this issue Mar 7, 2016 · 0 comments

Comments

@aeschli
Copy link

aeschli commented Mar 7, 2016

From @gnaggnoyil on February 23, 2016 11:46

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).

wrong syntax highlighting result

Changing foo::bar to somthing that does not use '::' will make all the wrong syntax highlighting results normal again.

Copied from original issue: microsoft/vscode#3309

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant