highlights(c_sharp): add ">>>" ">>>="

From upstream change https://github.com/tree-sitter/tree-sitter-c-sharp/pull/266/files
This commit is contained in:
Stephan Seitz 2022-12-24 00:44:36 +01:00
parent cf6b5cb1ed
commit 48a3da7103

View file

@ -275,9 +275,11 @@
"|=" "|="
"~" "~"
">>" ">>"
">>>"
"<<" "<<"
"<<=" "<<="
">>=" ">>="
">>>="
"=>" "=>"
] @operator ] @operator