better-cpp-syntax icon indicating copy to clipboard operation
better-cpp-syntax copied to clipboard

Parameterless Class Destructor "void" Syntax Color issue

Open alphahex99 opened this issue 2 months ago • 0 comments

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:

Image

Theme = Dark Modern

It should look like:

Image

alphahex99 avatar Nov 10 '25 08:11 alphahex99