QScintilla/Lexers/LexerHTML.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("HTML elements and attributes"),
38 self.tr("JavaScript keywords"),
39 self.tr("VBScript keywords"),
40 self.tr("Python keywords"),
41 self.tr("PHP keywords"),
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