nvim-treesitter/tests/query/highlights/python/yield_from.py

8 lines
150 B
Python
Raw Normal View History

from foo import bar
# ^ @include
# ^ @include
def generator():
yield from bar(42)
# ^ @keyword.return
# ^ @keyword.return