comparison: eric7/QScintilla/Lexers/LexerQSS.py
eric7/QScintilla/Lexers/LexerQSS.py
- branch
- eric7
- changeset 8642
- fe0e43945092
- parent 8318
- 962bce857696
- child 8652
- 8cacde11f4fd
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 @type str |
|
181 """ |
|
182 return "qss" |