--- a/QScintilla/Lexers/LexerYAML.py Wed May 02 18:39:09 2018 +0200
+++ b/QScintilla/Lexers/LexerYAML.py Fri May 04 18:34:48 2018 +0200
@@ -28,7 +28,7 @@
QsciLexerYAML.__init__(self, parent)
Lexer.__init__(self)
- self.commentString = "---"
+ self.commentString = "#"
def initProperties(self):
"""