mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(c_sharp): add missing highlights
Added: * `??` and `??=` as operators * `alias` as keyword * `when` as conditional
This commit is contained in:
parent
3fbf513829
commit
a3b2e0dcdb
1 changed files with 4 additions and 0 deletions
|
|
@ -223,6 +223,7 @@
|
|||
"switch"
|
||||
"break"
|
||||
"case"
|
||||
"when"
|
||||
(if_directive)
|
||||
(elif_directive)
|
||||
(else_directive)
|
||||
|
|
@ -289,6 +290,8 @@
|
|||
">>="
|
||||
">>>="
|
||||
"=>"
|
||||
"??"
|
||||
"??="
|
||||
] @operator
|
||||
|
||||
[
|
||||
|
|
@ -364,6 +367,7 @@
|
|||
"checked"
|
||||
"unchecked"
|
||||
"fixed"
|
||||
"alias"
|
||||
] @keyword
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue