mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
highlights(csharp): add "with" as @keyword.operator
This commit is contained in:
parent
e062f8dade
commit
3695e58dd3
1 changed files with 10 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue