Module implementing a custom lexer for Django templates.
DJANGO_VARIABLE |
TOKEN_MAP |
LexerDjango | Class implementing a custom lexer for Django templates. |
None |
Class implementing a custom lexer for Django templates.
None |
LexerDjango | Constructor |
defaultColor | Public method to get the default foreground color for a style. |
defaultEolFill | Public method to get the default eolfill setting for a style. |
defaultFont | Public method to get the default font for a style. |
defaultPaper | Public method to get the default background color for a style. |
description | Public method returning the descriptions of the styles supported by the lexer. |
keywords | Public method to get the list of keywords. |
language | Public method returning the language of the lexer. |
styleText | Public method to perform the styling. |
Constructor
Public method to get the default foreground color for a style.
Public method to get the default eolfill setting for a style.
Public method to get the default font for a style.
Public method to get the default background color for a style.
Public method returning the descriptions of the styles supported by the lexer.
Public method to get the list of keywords.
Public method returning the language of the lexer.
Public method to perform the styling.