mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 16:30:02 -04:00
highlights(c_sharp): add ">>>" ">>>="
From upstream change https://github.com/tree-sitter/tree-sitter-c-sharp/pull/266/files
This commit is contained in:
parent
cf6b5cb1ed
commit
48a3da7103
1 changed files with 2 additions and 0 deletions
|
|
@ -275,9 +275,11 @@
|
||||||
"|="
|
"|="
|
||||||
"~"
|
"~"
|
||||||
">>"
|
">>"
|
||||||
|
">>>"
|
||||||
"<<"
|
"<<"
|
||||||
"<<="
|
"<<="
|
||||||
">>="
|
">>="
|
||||||
|
">>>="
|
||||||
"=>"
|
"=>"
|
||||||
] @operator
|
] @operator
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue