QScintilla/Lexers/LexerXML.py

changeset 6874
5a3a39442711
parent 6645
ad476851d7e0
equal deleted inserted replaced
6873:47804e8cde27 6874:5a3a39442711
30 30
31 self.streamCommentString = { 31 self.streamCommentString = {
32 'start': '<!-- ', 32 'start': '<!-- ',
33 'end': ' -->' 33 'end': ' -->'
34 } 34 }
35
36 self.keywordSetDescriptions = [
37 self.tr(""),
38 self.tr(""),
39 self.tr(""),
40 self.tr(""),
41 self.tr(""),
42 self.tr("SGML and DTD keywords"),
43 ]
35 44
36 def initProperties(self): 45 def initProperties(self):
37 """ 46 """
38 Public slot to initialize the properties. 47 Public slot to initialize the properties.
39 """ 48 """

eric ide

mercurial