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