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

Syntax highlighting of types not always working #851

Closed
iFreilicht opened this issue Jun 28, 2017 · 2 comments
Closed

Syntax highlighting of types not always working #851

iFreilicht opened this issue Jun 28, 2017 · 2 comments

Comments

@iFreilicht
Copy link

When defining a type, it will not be highlighted in variable declarations.

capture

I'd expect a_struct in the last statement to be coloured the same way it is in it's definition.
And as you can see, when mousing over, cpptools clearly knows what it is looking at. Even if it didn't, the first token in this statement unambiguously is a type.

This also happens inside functions. The only types that are highlighted are the ones built in to C++ like string or uint8_t.

Is this an issue with my setup? Or could this be a bug?

@bobbrow
Copy link
Member

bobbrow commented Jun 28, 2017

We haven't implemented any colorization features yet. We're using #230 to track this.

@iFreilicht
Copy link
Author

I see, thank you for pointing it out!

@github-actions github-actions bot locked and limited conversation to collaborators Oct 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants