Closed jgcodes2020 closed 2 years ago
Checklist
"C_Cpp.enhancedColorization": "Disabled"
consteval void test_1() { } constinit int test_2 {2};
this, with One Dark Pro
consteval and constinit should be marked as keywords, as GitHub does with the above section.
consteval
constinit
Closing, as this is just a part of #396.
Checklist
"C_Cpp.enhancedColorization": "Disabled"
The code with a problem is:
It looks like:
this, with One Dark Pro
It should look like:
consteval
andconstinit
should be marked as keywords, as GitHub does with the above section.