diff --git a/queries/c_sharp/highlights.scm b/queries/c_sharp/highlights.scm index d6098acbc..edc86d8f1 100644 --- a/queries/c_sharp/highlights.scm +++ b/queries/c_sharp/highlights.scm @@ -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"