better-cpp-syntax
better-cpp-syntax copied to clipboard
💾 The source of VS Code's C++ syntax highlighting
Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` ## The code with a problem is: ``` cpp #include /* my legendary comments */ #line 5 /*...
Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` ## The code with a problem is: ``` cpp int x{}; [[assume(true)]]; [[assume(sizeof x == 4)]]; ``` ##...
Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` ## The code with a problem is: ``` cpp #define magicro magicro struct c { template [[noreturn]] static...
Checklist - [x] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` ## The code with a problem is: ``` cpp inline /* comments */ void __cdecl d() {} [[noreturn]]...