Open JoseGuilhermeCR opened 3 years ago
int main() { int a = 0x12345678; const char *b = (const char *)&a; }
Filename: main.c. Selected language: C (but also happens with C++)
The parenthesis next to the * should not be colored. I'm only using the C/C++ extension from Microsoft.
*
Thanks for reporting
Sample code
Filename: main.c. Selected language: C (but also happens with C++)
VSCode theme Screenshot
Versions used
Extra information
The parenthesis next to the
*
should not be colored. I'm only using the C/C++ extension from Microsoft.