mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 11:29: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'.
3 lines
144 B
Python
3 lines
144 B
Python
def <info descr="null">foo</info>():
|
|
class <info descr="null">C</info>:
|
|
<error descr="'return' outside of function">return 1</error> |