C++ highlighting broken on class template specializations, but only with specific formatting #109098
Labels
grammar
Syntax highlighting grammar
upstream-issue-linked
This is an upstream issue that has been reported upstream
With C++,
class
/struct
template declarations break syntax highlighting with template specialization only when there's not an opening brace on the end of the line, and the template is on the same line asstruct
/class
. Does't change whenthe C++ extension is enabled/disabled, it's broken on both.
Steps to Reproduce:
At least on my machine, that text produces the following in a brand new Insiders installation:
Does this issue occur when all extensions are disabled?: Yes/No (Also reproduces on the Insiders build)
The text was updated successfully, but these errors were encountered: