Checklist - [ ] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` - [ ] This bug exists for C **(I checked, it doesn't repro with C, only C++)** - [x] This bug exists for C++ - [ ] This bug exists for Objective-C **(doesn't repro)** - [ ] This bug exists for Objective-C++ **(doesn't repro)** ## The code with a problem is: ```c++ #define VAR 123 /* * selfrnei */ #if VAR === 123 /* * happens if 123 */ ``` ## It looks like:  ## It should look like:  Original from @ashegoulding in https://github.com/microsoft/vscode/issues/110174
Checklist
"C_Cpp.enhancedColorization": "Disabled"The code with a problem is:
It looks like:
It should look like:
Original from @ashegoulding in microsoft/vscode#110174