From 33ba346e60c3151fcdafc55d0e547556dc803c03 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Fri, 24 Feb 2023 06:37:45 -0500 Subject: feat!: add `@keyword.coroutine` capture --- queries/python/highlights.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'queries/python') diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm index 54ad82b09..fe66d7ca3 100644 --- a/queries/python/highlights.scm +++ b/queries/python/highlights.scm @@ -240,8 +240,6 @@ [ "assert" - "async" - "await" "class" "exec" "global" @@ -252,6 +250,11 @@ "as" ] @keyword +[ + "async" + "await" +] @keyword.coroutine + [ "return" "yield" -- cgit v1.2.3-70-g09d2