highlights(csharp): add "with" as @keyword.operator

This commit is contained in:
Stephan Seitz 2021-04-22 18:02:24 +02:00 committed by Thomas Vigouroux
parent e062f8dade
commit 3695e58dd3

View file

@ -179,18 +179,22 @@
] @include ] @include
[ [
"lock" "with"
"params" "new"
"ref" "typeof"
"sizeof" "sizeof"
"operator" "ref"
"is" "is"
"as" "as"
"new" ] @keyword.operator
[
"lock"
"params"
"operator"
"default" "default"
"yield" "yield"
"return" "return"
"typeof"
"abstract" "abstract"
"const" "const"
"extern" "extern"