QScintilla/Lexers/LexerOctave.py

changeset 6874
5a3a39442711
parent 6645
ad476851d7e0
equal deleted inserted replaced
6873:47804e8cde27 6874:5a3a39442711
26 """ 26 """
27 QsciLexerOctave.__init__(self, parent) 27 QsciLexerOctave.__init__(self, parent)
28 Lexer.__init__(self) 28 Lexer.__init__(self)
29 29
30 self.commentString = "#" 30 self.commentString = "#"
31
32 self.keywordSetDescriptions = [
33 self.tr("Keywords"),
34 ]
31 35
32 def isCommentStyle(self, style): 36 def isCommentStyle(self, style):
33 """ 37 """
34 Public method to check, if a style is a comment style. 38 Public method to check, if a style is a comment style.
35 39

eric ide

mercurial