QScintilla/Lexers/LexerPostScript.py

changeset 1131
7781e396c903
parent 945
8cd4d08fa9f6
child 1509
c0b5e693b0eb
equal deleted inserted replaced
1130:3e9f0330f833 1131:7781e396c903
21 """ 21 """
22 Constructor 22 Constructor
23 23
24 @param parent parent widget of this lexer 24 @param parent parent widget of this lexer
25 """ 25 """
26 QsciLexerPostScript.__init__(self, parent) 26 super().__init__(parent)
27 Lexer.__init__(self) 27 Lexer.__init__(self)
28 28
29 self.commentString = "%" 29 self.commentString = "%"
30 30
31 def initProperties(self): 31 def initProperties(self):

eric ide

mercurial