mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -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
|
] @include
|
||||||
|
|
||||||
[
|
[
|
||||||
"lock"
|
"with"
|
||||||
"params"
|
"new"
|
||||||
"ref"
|
"typeof"
|
||||||
"sizeof"
|
"sizeof"
|
||||||
"operator"
|
"ref"
|
||||||
"is"
|
"is"
|
||||||
"as"
|
"as"
|
||||||
"new"
|
] @keyword.operator
|
||||||
|
|
||||||
|
[
|
||||||
|
"lock"
|
||||||
|
"params"
|
||||||
|
"operator"
|
||||||
"default"
|
"default"
|
||||||
"yield"
|
"yield"
|
||||||
"return"
|
"return"
|
||||||
"typeof"
|
|
||||||
"abstract"
|
"abstract"
|
||||||
"const"
|
"const"
|
||||||
"extern"
|
"extern"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue