QScintilla/Lexers/LexerPerl.py

changeset 6874
5a3a39442711
parent 6645
ad476851d7e0
equal deleted inserted replaced
6873:47804e8cde27 6874:5a3a39442711
27 """ 27 """
28 QsciLexerPerl.__init__(self, parent) 28 QsciLexerPerl.__init__(self, parent)
29 Lexer.__init__(self) 29 Lexer.__init__(self)
30 30
31 self.commentString = "#" 31 self.commentString = "#"
32
33 self.keywordSetDescriptions = [
34 self.tr("Keywords"),
35 ]
32 36
33 def initProperties(self): 37 def initProperties(self):
34 """ 38 """
35 Public slot to initialize the properties. 39 Public slot to initialize the properties.
36 """ 40 """

eric ide

mercurial