better-cpp-syntax
better-cpp-syntax copied to clipboard
Parameterless Class Destructor "void" Syntax Color issue
Checklist
- [x] This problem exists even with the setting
"C_Cpp.enhancedColorization": "Disabled"
The code with a problem is:
class modem_t
{
~modem_t(void);
}
It looks like:
Theme = Dark Modern