aboutsummaryrefslogtreecommitdiffstats
path: root/queries/python
diff options
context:
space:
mode:
Diffstat (limited to 'queries/python')
-rw-r--r--queries/python/highlights.scm5
1 files changed, 1 insertions, 4 deletions
diff --git a/queries/python/highlights.scm b/queries/python/highlights.scm
index ce5970747..9d9f8a5bb 100644
--- a/queries/python/highlights.scm
+++ b/queries/python/highlights.scm
@@ -217,11 +217,8 @@
[
"return"
-] @keyword.return
-
-[
"yield"
-] @keyword.yield
+] @keyword.return
["from" "import"] @include
(aliased_import "as" @include)