You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem exists even with the setting "C_Cpp.enhancedColorization": "Disabled"
The code with a problem is:
enum:int {
one = 1,
two
};
It looks like:
Theme: Dark+ V2 (Dark+ and others)
It should look like:
enum should be highlighted as in the second case on the image.
Note
It's only for C++ with C it works fine.
The text was updated successfully, but these errors were encountered:
smallSwed
changed the title
enum not highlighted if followed by type specifier without space between
enum not highlighted if followed by type specifier without space between (c++ only)
Mar 25, 2023
Checklist
"C_Cpp.enhancedColorization": "Disabled"
The code with a problem is:
It looks like:
Theme: Dark+ V2 (Dark+ and others)
It should look like:
enum
should be highlighted as in the second case on the image.Note
It's only for C++ with C it works fine.
The text was updated successfully, but these errors were encountered: