feat(c_sharp): add missing highlights

Added:
 * `??` and `??=` as operators
 * `alias` as keyword
 * `when` as conditional
This commit is contained in:
Guilherme Soares 2023-08-16 22:44:47 +01:00 committed by GitHub
parent 3fbf513829
commit a3b2e0dcdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -223,6 +223,7 @@
"switch"
"break"
"case"
"when"
(if_directive)
(elif_directive)
(else_directive)
@ -289,6 +290,8 @@
">>="
">>>="
"=>"
"??"
"??="
] @operator
[
@ -364,6 +367,7 @@
"checked"
"unchecked"
"fixed"
"alias"
] @keyword
[