eric7/QScintilla/Lexers/SubstyledLexer.py

branch
eric7
changeset 8318
962bce857696
parent 8312
800c432b34c8
child 8637
394377638256
equal deleted inserted replaced
8316:0c7a44af84bc 8318:962bce857696
7 Module implementing the lexer mixin class. 7 Module implementing the lexer mixin class.
8 """ 8 """
9 9
10 import copy 10 import copy
11 11
12 from PyQt5.QtGui import QColor 12 from PyQt6.QtGui import QColor
13 13
14 from .Lexer import Lexer 14 from .Lexer import Lexer
15 15
16 import Preferences 16 import Preferences
17 17

eric ide

mercurial