mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
7 lines
150 B
Python
7 lines
150 B
Python
from foo import bar
|
|
# ^ @include
|
|
# ^ @include
|
|
def generator():
|
|
yield from bar(42)
|
|
# ^ @keyword.return
|
|
# ^ @keyword.return
|