QScintilla/Lexers/LexerYAML.py

branch
5_0_x
changeset 334
dc0fc1180a1e
parent 167
7508e44f4853
child 791
9ec2ac20e54e
equal deleted inserted replaced
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 """

eric ide

mercurial