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