Your IP : 216.73.216.213


Current Path : /opt/alt/python37/lib/python3.7/site-packages/pygments/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib/python3.7/site-packages/pygments/__pycache__/plugin.cpython-37.opt-1.pyc

B

ͽ�\��@s@dZdZdZdZdZdd�Zdd�Zd	d
�Zdd�Zd
d�Z	dS)a0
    pygments.plugin
    ~~~~~~~~~~~~~~~

    Pygments setuptools plugin interface. The methods defined
    here also work if setuptools isn't installed but they just
    return nothing.

    lexer plugins::

        [pygments.lexers]
        yourlexer = yourmodule:YourLexer

    formatter plugins::

        [pygments.formatters]
        yourformatter = yourformatter:YourFormatter
        /.ext = yourformatter:YourFormatter

    As you can see, you can define extensions for the formatter
    with a leading slash.

    syntax plugins::

        [pygments.styles]
        yourstyle = yourstyle:YourStyle

    filter plugin::

        [pygments.filter]
        yourfilter = yourfilter:YourFilter


    :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
zpygments.lexerszpygments.formatterszpygments.styleszpygments.filtersc	Cs0yddl}Wnttfk
r$gSX|�|�S)N�)�
pkg_resources�ImportError�IOError�iter_entry_points)Z
group_namer�r�@/opt/alt/python37/lib/python3.7/site-packages/pygments/plugin.pyr,s
rccs xtt�D]}|��Vq
WdS)N)r�LEXER_ENTRY_POINT�load)�
entrypointrrr�find_plugin_lexers5srccs&x tt�D]}|j|��fVq
WdS)N)r�FORMATTER_ENTRY_POINT�namer	)r
rrr�find_plugin_formatters:srccs&x tt�D]}|j|��fVq
WdS)N)r�STYLE_ENTRY_POINTr
r	)r
rrr�find_plugin_styles?srccs&x tt�D]}|j|��fVq
WdS)N)r�FILTER_ENTRY_POINTr
r	)r
rrr�find_plugin_filtersDsrN)
�__doc__rrrrrrrrrrrrr�<module>%s