jeff-hykin / better-cpp-syntax

💾 The source of VS Code's C++ syntax highlighting
GNU General Public License v3.0
155 stars 30 forks source link

C++20 consteval keyword is not highlighted #573

Closed HighCommander4 closed 3 years ago

HighCommander4 commented 3 years ago

This is a new keyword in C++20.

Some example usages can be found at https://en.cppreference.com/w/cpp/language/consteval. Currently, none of them are highlighted (scope is just source.cpp).