mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17: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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue