module documentation

pygments.lexers.special ~~~~~~~~~~~~~~~~~~~~~~~ Special lexers. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Class OutputLexer Simple lexer that highlights everything as ``Token.Generic.Output``.
Class RawTokenLexer Recreate a token stream formatted with the `RawTokenFormatter`.
Class TextLexer "Null" lexer, doesn't highlight anything.
Variable _ttype_cache Undocumented
_ttype_cache: dict = (source)

Undocumented