comparison: eric7/QScintilla/Lexers/LexerQSS.py
eric7/QScintilla/Lexers/LexerQSS.py
- branch
- eric7
- changeset 8832
- a5b6128b4828
- parent 8652
- 8cacde11f4fd
- child 8881
- 54e42bc2437a
equal
deleted
inserted
replaced
169 Public method to return the lexer name. |
169 Public method to return the lexer name. |
170 |
170 |
171 @return lexer name (string) |
171 @return lexer name (string) |
172 """ |
172 """ |
173 return "QSS" |
173 return "QSS" |
174 |
|
175 def lexer(self): |
|
176 """ |
|
177 Public method to return the lexer type. |
|
178 |
|
179 @return lexer type |
|
180 @rtype str |
|
181 """ |
|
182 return "qss" |
|