diff --git a/PlSqlLexerBase.py b/PlSqlLexerBase.py index 17f2070..f251a99 100644 --- a/PlSqlLexerBase.py +++ b/PlSqlLexerBase.py @@ -1,7 +1,8 @@ from antlr4 import * - +--*--*--*--*--*--*--*--*--*--*--*--* class PlSqlLexerBase(Lexer): - +--*--*--*--*--*--*--*--*--*--*--*--* def IsNewlineAtPos(self, pos): la = self._input.LA(pos) return la == -1 or la == 10 +--*--*--*--*--*--*--*--*--*--*--*--*