Reverted change of changeset fe0e43945092 (rev8642) because it caused QSS files not being colorized. eric7

Fri, 17 Dec 2021 10:34:33 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 17 Dec 2021 10:34:33 +0100
branch
eric7
changeset 8832
a5b6128b4828
parent 8831
9d676f442b1b
child 8833
064795da120b

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"

eric ide

mercurial