6844:d706eb5bc040 | 6845:4680adb641e0 |
---|---|
241 Public method to return the lexer name. | 241 Public method to return the lexer name. |
242 | 242 |
243 @return lexer name (string) | 243 @return lexer name (string) |
244 """ | 244 """ |
245 return self.lexer() | 245 return self.lexer() |
246 | |
247 def hasSubStyles(self): | |
248 """ | |
249 Public method to indicate the support of sub-styles. | |
250 | |
251 @return flag indicating sub-styling support | |
252 @rtype bool | |
253 """ | |
254 return False |