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