QScintilla/Lexers/LexerSQL.py

branch
5_0_x
changeset 334
dc0fc1180a1e
parent 167
7508e44f4853
child 791
9ec2ac20e54e
equal deleted inserted replaced
332:37619c8d6f0f 334:dc0fc1180a1e
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