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

Packs in template template parameter are not highlighted #633

Open
1 task done
zyn0217 opened this issue May 2, 2023 · 0 comments
Open
1 task done

Packs in template template parameter are not highlighted #633

zyn0217 opened this issue May 2, 2023 · 0 comments

Comments

@zyn0217
Copy link

zyn0217 commented May 2, 2023

Checklist

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

The code with a problem is:

template <template <typename> typename U>
void foo();

template <template <typename...> typename U>
class Bar {};

It looks like:

image

With theme One Dark Pro Darker.

It should look like:

Same as that highlighted by GitHub.

Note that the builtin highlighting for c++, which is derived from this extension, seems to be influenced by this bug as well.

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