QScintilla/Lexers/LexerFortran77.py

changeset 5442
43d42a54cf50
parent 5389
9b1c800daff3
child 6048
82ad8ec9548c
equal deleted inserted replaced
5441:cd5343be7d72 5442:43d42a54cf50
26 @param parent parent widget of this lexer 26 @param parent parent widget of this lexer
27 """ 27 """
28 QsciLexerFortran77.__init__(self, parent) 28 QsciLexerFortran77.__init__(self, parent)
29 Lexer.__init__(self) 29 Lexer.__init__(self)
30 30
31 self.commentString = "c" 31 self.commentString = "c "
32 32
33 def initProperties(self): 33 def initProperties(self):
34 """ 34 """
35 Public slot to initialize the properties. 35 Public slot to initialize the properties.
36 """ 36 """

eric ide

mercurial