diff -r 37619c8d6f0f -r dc0fc1180a1e QScintilla/Lexers/LexerLua.py --- a/QScintilla/Lexers/LexerLua.py Tue Jun 08 08:27:22 2010 +0200 +++ b/QScintilla/Lexers/LexerLua.py Wed Jun 09 17:47:05 2010 +0200 @@ -26,6 +26,10 @@ Lexer.__init__(self) self.commentString = "--" + self.streamCommentString = { + 'start' : '--[[ ', + 'end' : ' ]]--' + } def initProperties(self): """