QScintilla/Lexers/LexerLua.py

changeset 333
fd4e4c1d0852
parent 167
7508e44f4853
child 791
9ec2ac20e54e
diff -r 0a5fc8298d32 -r fd4e4c1d0852 QScintilla/Lexers/LexerLua.py
--- a/QScintilla/Lexers/LexerLua.py	Tue Jun 08 08:26:18 2010 +0200
+++ b/QScintilla/Lexers/LexerLua.py	Wed Jun 09 17:45:51 2010 +0200
@@ -26,6 +26,10 @@
         Lexer.__init__(self)
         
         self.commentString = "--"
+        self.streamCommentString = {
+            'start' : '--[[ ',
+            'end'   : ' ]]--'
+        }
     
     def initProperties(self):
         """

eric ide

mercurial