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
[
"lock"
"params"
"ref"
"with"
"new"
"typeof"
"sizeof"
"operator"
"ref"
"is"
"as"
"new"
] @keyword.operator
[
"lock"
"params"
"operator"
"default"
"yield"
"return"
"typeof"
"abstract"
"const"
"extern"