mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 02:10:15 -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
|
|
@ -86,7 +86,6 @@
|
|||
"include"
|
||||
"interaction"
|
||||
"namespace"
|
||||
"oneway"
|
||||
"optional"
|
||||
"required"
|
||||
"senum"
|
||||
|
|
@ -96,10 +95,13 @@
|
|||
"union"
|
||||
] @keyword
|
||||
|
||||
[
|
||||
"oneway"
|
||||
] @keyword.coroutine
|
||||
|
||||
; Deprecated Keywords
|
||||
|
||||
[
|
||||
"async"
|
||||
"cocoa_prefix"
|
||||
"cpp_namespace"
|
||||
"csharp_namespace"
|
||||
|
|
@ -118,7 +120,12 @@
|
|||
"xsd_optional"
|
||||
] @keyword
|
||||
|
||||
[
|
||||
"async"
|
||||
] @keyword.coroutine
|
||||
|
||||
; Extended Keywords
|
||||
|
||||
[
|
||||
"client"
|
||||
"idempotent"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue