diff -r 47804e8cde27 -r 5a3a39442711 QScintilla/Lexers/LexerPascal.py --- a/QScintilla/Lexers/LexerPascal.py Sun Mar 17 14:12:00 2019 +0100 +++ b/QScintilla/Lexers/LexerPascal.py Sun Mar 17 18:43:46 2019 +0100 @@ -33,6 +33,10 @@ 'start': '{ ', 'end': ' }' } + + self.keywordSetDescriptions = [ + self.tr("Keywords"), + ] def initProperties(self): """