Module implementing a base class for custom lexers.
None |
LexerContainer | Subclass as a base for the implementation of custom lexers. |
None |
Subclass as a base for the implementation of custom lexers.
None |
None |
LexerContainer | Constructor |
description | Public method returning the descriptions of the styles supported by the lexer. |
keywords | Public method to get the keywords. |
language | Public method returning the language of the lexer. |
lexer | Public method returning the type of the lexer. |
styleText | Public method to perform the styling. |
None |
Constructor
Public method returning the descriptions of the styles supported by the lexer.
Note: This methods needs to be overridden by the lexer class.
Public method to get the keywords.
Public method returning the language of the lexer.
Public method returning the type of the lexer.
Public method to perform the styling.