eric7/QScintilla/Lexers/LexerQSS.py

branch
eric7
changeset 8652
8cacde11f4fd
parent 8642
fe0e43945092
child 8832
a5b6128b4828
equal deleted inserted replaced
8651:ce4c3c401482 8652:8cacde11f4fd
175 def lexer(self): 175 def lexer(self):
176 """ 176 """
177 Public method to return the lexer type. 177 Public method to return the lexer type.
178 178
179 @return lexer type 179 @return lexer type
180 @type str 180 @rtype str
181 """ 181 """
182 return "qss" 182 return "qss"

eric ide

mercurial