diff -r 305efad1994f -r fe0e43945092 eric7/QScintilla/Lexers/LexerQSS.py --- a/eric7/QScintilla/Lexers/LexerQSS.py Sun Sep 26 17:29:59 2021 +0200 +++ b/eric7/QScintilla/Lexers/LexerQSS.py Sun Sep 26 18:11:47 2021 +0200 @@ -171,3 +171,12 @@ @return lexer name (string) """ return "QSS" + + def lexer(self): + """ + Public method to return the lexer type. + + @return lexer type + @type str + """ + return "qss"