diff options
Diffstat (limited to 'tests/query/highlights/python')
| -rw-r--r-- | tests/query/highlights/python/yield_from.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/query/highlights/python/yield_from.py b/tests/query/highlights/python/yield_from.py new file mode 100644 index 000000000..2f3238379 --- /dev/null +++ b/tests/query/highlights/python/yield_from.py @@ -0,0 +1,7 @@ +from foo import bar +# ^ @include +# ^ @include +def generator(): + yield from bar(42) + # ^ @keyword.return + # ^ @keyword.return |
