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 for template class & user-defined type #1442

Closed
dongzhuoer opened this issue Jan 13, 2018 · 2 comments
Closed

Syntax highlighting for template class & user-defined type #1442

dongzhuoer opened this issue Jan 13, 2018 · 2 comments

Comments

@dongzhuoer
Copy link

dongzhuoer commented Jan 13, 2018

In the current version, int is in a special color. I hope user-defined type also be in the same color and template classes (such as std::vector) get their own color too.

int x{1}

std::vector<int> vec;

class myclass {
}
myclass myclass1;
@bobbrow
Copy link
Member

bobbrow commented Jan 16, 2018

Thank you for the feedback. We are tracking colorizer improvements with #230. Feel free to go upvote that issue.

@dongzhuoer
Copy link
Author

Thank for the redirect and sorry to create a redundant issue. (I have searched a little, but I didn't find that issue.)

@github-actions github-actions bot locked and limited conversation to collaborators Oct 15, 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