mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-31442 As in lexers of other languages, reset the state in the skeleton
This way it's more self-contained, and we no longer require to use PythonLexer instead everywhere. Thus I reverted previously made changes.
This commit is contained in:
@@ -870,6 +870,7 @@ return yylength()-s.length();
|
||||
zzAtEOF = false;
|
||||
zzAtBOL = true;
|
||||
zzEndRead = end;
|
||||
fStringHelper.reset();
|
||||
yybegin(initialState);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user