Go to the source code of this file.
Classes | |
class | framework.helpers.highlighter.Highlighter |
class | framework.helpers.highlighter.HighlighterYaml |
Namespaces | |
framework.helpers.highlighter | |
Variables | |
list | framework.helpers.highlighter.ALL_COLOR_STYLES = [STYLE_ANSI_16] + list(pygments.styles.get_all_styles()) |
framework.helpers.highlighter.COLOR = flags.DEFINE_bool("color", default=True, help='Colorize the output') | |
framework.helpers.highlighter.COLOR_STYLE | |
framework.helpers.highlighter.Formatter = pygments.formatter.Formatter | |
framework.helpers.highlighter.Lexer = pygments.lexer.Lexer | |
framework.helpers.highlighter.logger = logging.getLogger(__name__) | |
framework.helpers.highlighter.NullFormatter = pygments.formatters.other.NullFormatter | |
string | framework.helpers.highlighter.STYLE_ANSI_16 = 'ansi16' |
framework.helpers.highlighter.Terminal256Formatter = pygments.formatters.terminal256.Terminal256Formatter | |
framework.helpers.highlighter.TerminalFormatter = pygments.formatters.terminal.TerminalFormatter | |
framework.helpers.highlighter.YamlLexer = pygments.lexers.data.YamlLexer | |