--- a/QScintilla/Lexers/LexerBatch.py Sun Mar 17 14:12:00 2019 +0100 +++ b/QScintilla/Lexers/LexerBatch.py Sun Mar 17 18:43:46 2019 +0100 @@ -28,6 +28,11 @@ Lexer.__init__(self) self.commentString = "REM " + + self.keywordSetDescriptions = [ + self.tr("Internal Commands"), + self.tr("External Commands") + ] def isCommentStyle(self, style): """