jbw3/language-cpp14

Syntax highlighting fails after first usage of template template parameters

Closed this issue · 3 comments

As can be seen in the attached pictured the syntax highlighting partially fails after using template template parameters. This can be seen especially in the second variant of the filter function. The function declaration is completely uncolored.

Checked with all syntax themes that are installed by default.

screenshot

This also happens when the template keyword is used as a disambiguator for dependent names (see cppreference).

jbw3 commented

@engelphi This should be fixed with the 0.6.2 release.
@jplatte I've created a separate issue for the bug you found (#9).

@jbw3 Thanks for the great work!