9412:45e7bb09c120 | 9413:80c06d472826 |
---|---|
8 """ | 8 """ |
9 | 9 |
10 from PyQt6.Qsci import QsciLexerPostScript | 10 from PyQt6.Qsci import QsciLexerPostScript |
11 | 11 |
12 from .Lexer import Lexer | 12 from .Lexer import Lexer |
13 import Preferences | 13 from eric7 import Preferences |
14 | 14 |
15 | 15 |
16 class LexerPostScript(Lexer, QsciLexerPostScript): | 16 class LexerPostScript(Lexer, QsciLexerPostScript): |
17 """ | 17 """ |
18 Subclass to implement some additional lexer dependant methods. | 18 Subclass to implement some additional lexer dependant methods. |