QScintilla/Lexers/LexerXML.py

changeset 6874
5a3a39442711
parent 6645
ad476851d7e0
--- a/QScintilla/Lexers/LexerXML.py	Sun Mar 17 14:12:00 2019 +0100
+++ b/QScintilla/Lexers/LexerXML.py	Sun Mar 17 18:43:46 2019 +0100
@@ -32,6 +32,15 @@
             'start': '<!-- ',
             'end': ' -->'
         }
+        
+        self.keywordSetDescriptions = [
+            self.tr(""),
+            self.tr(""),
+            self.tr(""),
+            self.tr(""),
+            self.tr(""),
+            self.tr("SGML and DTD keywords"),
+        ]
     
     def initProperties(self):
         """

eric ide

mercurial