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

inconsistent colorization of class and classes in templates #106

Closed
matter123 opened this issue Apr 17, 2019 · 1 comment
Closed

inconsistent colorization of class and classes in templates #106

matter123 opened this issue Apr 17, 2019 · 1 comment
Labels
🐛 Bug Something isn't working

Comments

@matter123
Copy link
Collaborator

Example code:

template <bool check = !Identity, class = std::enable_if_t<check>>
result_type operator()(argument_type k) {
}
template<class A, class B = C, typename D = E>

class on line 1 has the scope entity.name.type.template.cpp
C and E on line 2 have the scope storage.type.template.argument.C.cpp

Image:
Screenshot from 2019-04-17 16-03-26

@matter123 matter123 changed the title Inconsitent colorization of class and classes in templates inconsistent colorization of class and classes in templates Apr 18, 2019
@jeff-hykin jeff-hykin added the 🐛 Bug Something isn't working label Apr 18, 2019
@jeff-hykin
Copy link
Owner

closing in favor of #246

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants