QScintilla/Lexers/LexerJavaScript.py

changeset 6874
5a3a39442711
parent 6645
ad476851d7e0
diff -r 47804e8cde27 -r 5a3a39442711 QScintilla/Lexers/LexerJavaScript.py
--- a/QScintilla/Lexers/LexerJavaScript.py	Sun Mar 17 14:12:00 2019 +0100
+++ b/QScintilla/Lexers/LexerJavaScript.py	Sun Mar 17 18:43:46 2019 +0100
@@ -38,7 +38,16 @@
             'middle': ' * ',
             'end': ' */'
         }
-
+        
+        self.keywordSetDescriptions = [
+            self.tr("Primary keywords and identifiers"),
+            self.tr("Secondary keywords and identifiers"),
+            self.tr("Documentation comment keywords"),
+            self.tr("Global classes and typedefs"),
+            self.tr("Preprocessor definitions"),
+            self.tr("Task marker and error marker keywords"),
+        ]
+    
     def initProperties(self):
         """
         Public slot to initialize the properties.

eric ide

mercurial