QScintilla/Lexers/LexerVHDL.py

changeset 6874
5a3a39442711
parent 6645
ad476851d7e0
diff -r 47804e8cde27 -r 5a3a39442711 QScintilla/Lexers/LexerVHDL.py
--- a/QScintilla/Lexers/LexerVHDL.py	Sun Mar 17 14:12:00 2019 +0100
+++ b/QScintilla/Lexers/LexerVHDL.py	Sun Mar 17 18:43:46 2019 +0100
@@ -29,6 +29,16 @@
         Lexer.__init__(self)
         
         self.commentString = "--"
+        
+        self.keywordSetDescriptions = [
+            self.tr("Keywords"),
+            self.tr("Operators"),
+            self.tr("Attributes"),
+            self.tr("Standard Functions"),
+            self.tr("Standard Packages"),
+            self.tr("Standard Types"),
+            self.tr("User defined"),
+        ]
     
     def initProperties(self):
         """

eric ide

mercurial