Fri, 17 Dec 2021 10:34:33 +0100
Reverted change of changeset fe0e43945092 (rev8642) because it caused QSS files not being colorized.
eric7/QScintilla/Lexers/LexerQSS.py | file | annotate | diff | comparison | revisions |
--- a/eric7/QScintilla/Lexers/LexerQSS.py Tue Dec 14 19:44:25 2021 +0100 +++ b/eric7/QScintilla/Lexers/LexerQSS.py Fri Dec 17 10:34:33 2021 +0100 @@ -171,12 +171,3 @@ @return lexer name (string) """ return "QSS" - - def lexer(self): - """ - Public method to return the lexer type. - - @return lexer type - @rtype str - """ - return "qss"