module documentation

Formatter mapping definitions. This file is generated by itself. Everytime you change something on a builtin formatter definition, run this script from the formatters folder to update it.

Do not alter the FORMATTERS dictionary by hand.

Unknown Field: copyright
Copyright 2006-2021 by the Pygments team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Constant FORMATTERS Undocumented
FORMATTERS: dict[str, tuple] =

Undocumented

Value
{'BBCodeFormatter': ('pygments.formatters.bbcode',
                     'BBCode',
                     ('bbcode', 'bb'),
                     (),
                     'Format tokens with BBcodes. These formatting codes are use
d by many bulletin boards, so you can highlight your sourcecode with pygments be
fore posting it there.'),
...