Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` ## The code with a problem is: ``` R"sql(SELECT * FROM foo -- comment)sql"; ``` ## It looks like (Default Light+): <img width="313" alt="image" src="https://user-images.githubusercontent.com/150152/232495986-81466f4f-266d-4b80-a9f1-138c4e320908.png"> ## It should look like: The comment should end at the end of the string. <img width="788" alt="image" src="https://user-images.githubusercontent.com/150152/232496292-aad5a1e5-79fc-4715-bc69-5449e72c2162.png">