11 import contextlib |
11 import contextlib |
12 |
12 |
13 from PyQt6.Qsci import QsciLexerPython, QsciScintilla |
13 from PyQt6.Qsci import QsciLexerPython, QsciScintilla |
14 |
14 |
15 from .SubstyledLexer import SubstyledLexer |
15 from .SubstyledLexer import SubstyledLexer |
16 import Preferences |
16 from eric7 import Preferences |
17 |
17 |
18 |
18 |
19 class LexerPython(SubstyledLexer, QsciLexerPython): |
19 class LexerPython(SubstyledLexer, QsciLexerPython): |
20 """ |
20 """ |
21 Subclass to implement some additional lexer dependant methods. |
21 Subclass to implement some additional lexer dependant methods. |