332:37619c8d6f0f | 334:dc0fc1180a1e |
---|---|
23 @param parent parent widget of this lexer | 23 @param parent parent widget of this lexer |
24 """ | 24 """ |
25 QsciLexerYAML.__init__(self, parent) | 25 QsciLexerYAML.__init__(self, parent) |
26 Lexer.__init__(self) | 26 Lexer.__init__(self) |
27 | 27 |
28 self.commentString = "#" | 28 self.commentString = "---" |
29 | 29 |
30 def initProperties(self): | 30 def initProperties(self): |
31 """ | 31 """ |
32 Public slot to initialize the properties. | 32 Public slot to initialize the properties. |
33 """ | 33 """ |