8316:0c7a44af84bc | 8318:962bce857696 |
---|---|
8 """ | 8 """ |
9 | 9 |
10 import re | 10 import re |
11 import contextlib | 11 import contextlib |
12 | 12 |
13 from PyQt5.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 import Preferences |
17 | 17 |
18 | 18 |