mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 00:40:06 -04:00
feat!: add @keyword.coroutine capture
This commit is contained in:
parent
1bf4be0441
commit
33ba346e60
17 changed files with 137 additions and 78 deletions
|
|
@ -169,8 +169,6 @@
|
|||
(use_as_clause "as" @include)
|
||||
|
||||
[
|
||||
"async"
|
||||
"await"
|
||||
"default"
|
||||
"dyn"
|
||||
"enum"
|
||||
|
|
@ -188,6 +186,11 @@
|
|||
"where"
|
||||
] @keyword
|
||||
|
||||
[
|
||||
"async"
|
||||
"await"
|
||||
] @keyword.coroutine
|
||||
|
||||
[
|
||||
"ref"
|
||||
(mutable_specifier)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue