mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
We had to switch to stack-based parsing contexts in order to be able to use context-sensitive token filtering for 'async'. Also this commit fixes the highlighting annotator issue with blinking names of the functions and blinking 'async'.
8 lines
81 B
Python
8 lines
81 B
Python
async def f():
|
|
async for x in xs:
|
|
pass
|
|
|
|
|
|
async for y in ys:
|
|
pass
|