QScintilla/Lexers/LexerDiff.py

changeset 6874
5a3a39442711
parent 6645
ad476851d7e0
equal deleted inserted replaced
6873:47804e8cde27 6874:5a3a39442711
24 24
25 @param parent parent widget of this lexer 25 @param parent parent widget of this lexer
26 """ 26 """
27 QsciLexerDiff.__init__(self, parent) 27 QsciLexerDiff.__init__(self, parent)
28 Lexer.__init__(self) 28 Lexer.__init__(self)
29
30 self.keywordSetDescriptions = []
29 31
30 def isCommentStyle(self, style): 32 def isCommentStyle(self, style):
31 """ 33 """
32 Public method to check, if a style is a comment style. 34 Public method to check, if a style is a comment style.
33 35

eric ide

mercurial