diff -r 0a5fc8298d32 -r fd4e4c1d0852 QScintilla/Lexers/LexerSQL.py --- a/QScintilla/Lexers/LexerSQL.py Tue Jun 08 08:26:18 2010 +0200 +++ b/QScintilla/Lexers/LexerSQL.py Wed Jun 09 17:45:51 2010 +0200 @@ -24,6 +24,8 @@ """ QsciLexerSQL.__init__(self, parent) Lexer.__init__(self) + + self.commentString = "--" def initProperties(self): """