feat!: add @keyword.coroutine capture

This commit is contained in:
Amaan Qureshi 2023-02-24 06:37:45 -05:00 committed by Stephan Seitz
parent 1bf4be0441
commit 33ba346e60
17 changed files with 137 additions and 78 deletions

View file

@ -90,7 +90,6 @@
[
"abstract"
"async"
"class"
"construct"
"continue"
@ -114,6 +113,11 @@
"with"
] @keyword
[
"async"
"yield"
] @keyword.coroutine
[
"const"
"dynamic"
@ -183,7 +187,6 @@
[
"return"
"yield"
] @keyword.return
[