highlights(cpp): add support for "<=>", "constinit", "consteval"

This commit is contained in:
Stephan Seitz 2022-01-17 09:15:01 +01:00
parent 1b9d059c55
commit 788814fb06

View file

@ -127,6 +127,8 @@
"co_await"
"concept"
"requires"
"consteval"
"constinit"
(auto)
] @keyword
@ -155,7 +157,10 @@
;"xor_eq"
] @keyword.operator
"::" @operator
[
"<=>"
"::"
] @operator
(attribute_declaration) @attribute