1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-11 02:45:48 +08:00
SpaceVim/bundle/nvim-treesitter-0.9.1/tests/query/highlights/python/yield_from.py

8 lines
150 B
Python

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