Closed EienMiku closed 5 days ago
Checklist
"C_Cpp.enhancedColorization": "Disabled"
template <class type> requires std::is_array_v<type> void f();
requires is now recognized as a variable
requires
requires should be highlighted same as template or other key words
template
Sorry for the issue. I can't reproduce it.
Checklist
"C_Cpp.enhancedColorization": "Disabled"
The code with a problem is:
It looks like:
requires
is now recognized as a variableIt should look like:
requires
should be highlighted same astemplate
or other key words