QScintilla/Lexers/LexerSQL.py

changeset 333
fd4e4c1d0852
parent 167
7508e44f4853
child 791
9ec2ac20e54e
equal deleted inserted replaced
331:0a5fc8298d32 333:fd4e4c1d0852
22 22
23 @param parent parent widget of this lexer 23 @param parent parent widget of this lexer
24 """ 24 """
25 QsciLexerSQL.__init__(self, parent) 25 QsciLexerSQL.__init__(self, parent)
26 Lexer.__init__(self) 26 Lexer.__init__(self)
27
28 self.commentString = "--"
27 29
28 def initProperties(self): 30 def initProperties(self):
29 """ 31 """
30 Public slot to initialize the properties. 32 Public slot to initialize the properties.
31 """ 33 """

eric ide

mercurial