QScintilla/Lexers/LexerPascal.py

changeset 6874
5a3a39442711
parent 6645
ad476851d7e0
equal deleted inserted replaced
6873:47804e8cde27 6874:5a3a39442711
31 self.commentString = "//" 31 self.commentString = "//"
32 self.streamCommentString = { 32 self.streamCommentString = {
33 'start': '{ ', 33 'start': '{ ',
34 'end': ' }' 34 'end': ' }'
35 } 35 }
36
37 self.keywordSetDescriptions = [
38 self.tr("Keywords"),
39 ]
36 40
37 def initProperties(self): 41 def initProperties(self):
38 """ 42 """
39 Public slot to initialize the properties. 43 Public slot to initialize the properties.
40 """ 44 """

eric ide

mercurial