--- a/QScintilla/Lexers/LexerJSON.py Sun Mar 17 14:12:00 2019 +0100 +++ b/QScintilla/Lexers/LexerJSON.py Sun Mar 17 18:43:46 2019 +0100 @@ -33,7 +33,12 @@ 'start': '/* ', 'end': ' */' } - + + self.keywordSetDescriptions = [ + self.tr("JSON Keywords"), + self.tr("JSON-LD Keywords"), + ] + def initProperties(self): """ Public slot to initialize the properties.