--- a/QScintilla/Lexers/LexerLua.py Sun Mar 17 14:12:00 2019 +0100 +++ b/QScintilla/Lexers/LexerLua.py Sun Mar 17 18:43:46 2019 +0100 @@ -33,6 +33,17 @@ 'start': '--[[ ', 'end': ' ]]--' } + + self.keywordSetDescriptions = [ + self.tr("Keywords"), + self.tr("Basic functions"), + self.tr("String, (table) & math functions"), + self.tr("Coroutines, I/O & system facilities"), + self.tr("User defined 1"), + self.tr("User defined 2"), + self.tr("User defined 3"), + self.tr("User defined 4"), + ] def initProperties(self): """