better-cpp-syntax icon indicating copy to clipboard operation
better-cpp-syntax copied to clipboard

Packs in template template parameter are not highlighted

Open zyn0217 opened this issue 2 years ago • 0 comments

Checklist

  • [x] 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.

zyn0217 avatar May 02 '23 16:05 zyn0217