Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` ## The code with a problem is: ```cpp char8_t x; char x; ``` ## It looks like:  ## It should look like: `char8_t` should have the same color as `char`.