관리-도구
편집 파일: _mapping.cpython-311.pyc
� �DgP � �x � i d d�dd�dd�dd�dd �d d�dd �dd�dd�dd�dd�dd�dd�dd�dd�dd�d d!�d"d#i�Z d$S )%�BBCodeFormatter)zpygments.formatters.bbcode�BBCode)�bbcode�bb� z�Format tokens with BBcodes. These formatting codes are used by many bulletin boards, so you can highlight your sourcecode with pygments before posting it there.�BmpImageFormatter)�pygments.formatters.img�img_bmp)�bmp�bitmap)z*.bmpzwCreate a bitmap image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.�GifImageFormatter)r �img_gif)�gif)z*.gifztCreate a GIF image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.�GroffFormatter)zpygments.formatters.groff�groff)r �troff�roffr zFFormat tokens with groff escapes to change their color and font style.� HtmlFormatter)zpygments.formatters.html�HTML)�html)z*.htmlz*.htmz�Format 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.�IRCFormatter)zpygments.formatters.irc�IRC)�ircr r z&Format tokens with IRC color sequences�ImageFormatter)r �img)r �IMG�png)z*.pngztCreate a PNG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.�JpgImageFormatter)r �img_jpg)�jpg�jpeg)z*.jpgzuCreate a JPEG image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.�LatexFormatter)zpygments.formatters.latex�LaTeX)�latex�tex)z*.texzUFormat tokens as LaTeX code. This needs the `fancyvrb` and `color` standard packages.� NullFormatter)�pygments.formatters.otherz Text only)�text�null)z*.txtz1Output the text unchanged without any formatting.�PangoMarkupFormatter)zpygments.formatters.pangomarkupzPango Markup)�pango�pangomarkupr zFFormat tokens as Pango Markup code. It can then be rendered to an SVG.�RawTokenFormatter)r&