akamud / vscode-theme-onedark

VSCode Theme based on Atom's One Dark theme
MIT License
283 stars 198 forks source link

Parenthesis next to asterisk being colored the wrong way. #139

Open JoseGuilhermeCR opened 3 years ago

JoseGuilhermeCR commented 3 years ago

Sample code

image

int main() {
    int a = 0x12345678;
    const char *b = (const char *)&a;
}

Filename: main.c. Selected language: C (but also happens with C++)

VSCode theme Screenshot

image

Versions used

Extra information

The parenthesis next to the * should not be colored. I'm only using the C/C++ extension from Microsoft.

akamud commented 3 years ago

Thanks for reporting