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 """ |