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

Incorrect textmate in nested template declaration #670

Open
1 task done
EienMiku opened this issue Dec 20, 2024 · 0 comments
Open
1 task done

Incorrect textmate in nested template declaration #670

EienMiku opened this issue Dec 20, 2024 · 0 comments

Comments

@EienMiku
Copy link

EienMiku commented Dec 20, 2024

Checklist

  • This problem exists even with the setting "C_Cpp.enhancedColorization": "Disabled"

The code with a problem is:

template <class type, template <class...> class templ>
constexpr bool is_specialization_v = false;
template <template <class...> class templ, class... types>
constexpr bool is_specialization_v<templ<types...>, templ> = true;

It looks like:

The theme is Default Dark Modern
image
image

It should look like:

templ templ

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