aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/python/yield_from.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/query/highlights/python/yield_from.py')
-rw-r--r--tests/query/highlights/python/yield_from.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/query/highlights/python/yield_from.py b/tests/query/highlights/python/yield_from.py
index 2f3238379..6ada002c6 100644
--- a/tests/query/highlights/python/yield_from.py
+++ b/tests/query/highlights/python/yield_from.py
@@ -1,6 +1,6 @@
from foo import bar
-# ^ @include
-# ^ @include
+# ^ @keyword.import
+# ^ @keyword.import
def generator():
yield from bar(42)
# ^ @keyword.return