--- a/QScintilla/Lexers/Lexer.py Sat Mar 09 10:04:18 2019 +0100 +++ b/QScintilla/Lexers/Lexer.py Sat Mar 09 17:36:44 2019 +0100 @@ -243,3 +243,12 @@ @return lexer name (string) """ return self.lexer() + + def hasSubStyles(self): + """ + Public method to indicate the support of sub-styles. + + @return flag indicating sub-styling support + @rtype bool + """ + return False