o
    ZhP                     @   sv   i d ddddddddd	d
dddddddddddddddddddddd d!d"d#iZ d$S )%ZBBCodeFormatter)zpygments.formatters.bbcodeBBCode)bbcodeZbb zFormat tokens with BBcodes. These formatting codes are used by many bulletin boards, so you can highlight your sourcecode with pygments before posting it there.ZBmpImageFormatter)pygments.formatters.imgZimg_bmp)ZbmpZbitmap)z*.bmpzwCreate a bitmap image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.ZGifImageFormatter)r   Zimg_gif)Zgif)z*.gifztCreate a GIF image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.ZGroffFormatter)zpygments.formatters.groffgroff)r   ZtroffZroffr   zFFormat tokens with groff escapes to change their color and font style.ZHtmlFormatter)zpygments.formatters.htmlHTML)html)z*.htmlz*.htmzFormat tokens as HTML 4 ``<span>`` tags. By default, the content is enclosed in a ``<pre>`` tag, itself wrapped in a ``<div>`` tag (but see the `nowrap` option). The ``<div>``'s CSS class can be set by the `cssclass` option.ZIRCFormatter)zpygments.formatters.ircIRC)ircr   r   z&Format tokens with IRC color sequencesZImageFormatter)r   img)r
   ZIMGZpng)z*.pngztCreate a PNG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.ZJpgImageFormatter)r   Zimg_jpg)ZjpgZjpeg)z*.jpgzuCreate a JPEG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.ZLatexFormatter)zpygments.formatters.latexZLaTeX)latextex)z*.texzUFormat tokens as LaTeX code. This needs the `fancyvrb` and `color` standard packages.ZNullFormatter)pygments.formatters.otherz	Text only)textnull)z*.txtz1Output the text unchanged without any formatting.ZPangoMarkupFormatter)zpygments.formatters.pangomarkupzPango Markup)ZpangoZpangomarkupr   zFFormat tokens as Pango Markup code. It can then be rendered to an SVG.ZRawTokenFormatter)r   z
Raw tokens)rawtokens)z*.rawz@Format tokens as a raw representation for storing token streams.ZRtfFormatter)zpygments.formatters.rtfZRTF)Zrtf)z*.rtfzFormat tokens as RTF markup. This formatter automatically outputs full RTF documents with color information and other useful stuff. Perfect for Copy and Paste into Microsoft(R) Word(R) documents.ZSvgFormatter)zpygments.formatters.svgZSVG)svg)z*.svgzFormat tokens as an SVG graphics file.  This formatter is still experimental. Each line of code is a ``<text>`` element with explicit ``x`` and ``y`` coordinates containing ``<tspan>`` elements with the individual token styles.ZTerminal256Formatter)pygments.formatters.terminal256ZTerminal256)Zterminal256Z
console256256r   zFormat tokens with ANSI color sequences, for output in a 256-color terminal or console.  Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.ZTerminalFormatter)zpygments.formatters.terminalZTerminal)Zterminalconsoler   zFormat tokens with ANSI color sequences, for output in a text console. Color sequences are terminated at newlines, so that paging the output works correctly.ZTerminalTrueColorFormatter)r   ZTerminalTrueColor)Zterminal16mZ
console16mZ16mr   zFormat tokens with ANSI color sequences, for output in a true-color terminal or console.  Like in `TerminalFormatter` color sequences are terminated at newlines, so that paging the output works correctly.ZTestcaseFormatter)r   ZTestcase)Ztestcaser   z0Format tokens as appropriate for a new testcase.N)Z
FORMATTERSr   r   r   S/var/www/html/lang_env/lib/python3.10/site-packages/pygments/formatters/_mapping.py<module>   sJ   	

