QScintilla/Lexers/LexerYAML.py

branch
5_0_x
changeset 334
dc0fc1180a1e
parent 167
7508e44f4853
child 791
9ec2ac20e54e
--- a/QScintilla/Lexers/LexerYAML.py	Tue Jun 08 08:27:22 2010 +0200
+++ b/QScintilla/Lexers/LexerYAML.py	Wed Jun 09 17:47:05 2010 +0200
@@ -25,7 +25,7 @@
         QsciLexerYAML.__init__(self, parent)
         Lexer.__init__(self)
         
-        self.commentString = "#"
+        self.commentString = "---"
     
     def initProperties(self):
         """

eric ide

mercurial