HEX
Server: Apache
System: Linux srv1.prosuiteplus.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: prosuiteplus (1001)
PHP: 8.3.20
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/pygments/__pycache__/plugin.cpython-38.pyc
U

�[��@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-2017 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
zpygments.lexerszpygments.formatterszpygments.styleszpygments.filtersc	Cs4zddl}Wnttfk
r(gYSX|�|�S)N�)�
pkg_resources�ImportError�IOError�iter_entry_points)Z
group_namer�r�1/usr/lib/python3/dist-packages/pygments/plugin.pyr,s

rccstt�D]}|��VqdS�N)r�LEXER_ENTRY_POINT�load�Z
entrypointrrr�find_plugin_lexers5srccs"tt�D]}|j|��fVqdSr)r�FORMATTER_ENTRY_POINT�namer
rrrr�find_plugin_formatters:srccs"tt�D]}|j|��fVqdSr)r�STYLE_ENTRY_POINTrr
rrrr�find_plugin_styles?srccs"tt�D]}|j|��fVqdSr)r�FILTER_ENTRY_POINTrr
rrrr�find_plugin_filtersDsrN)
�__doc__r	r
rrrrrrrrrrr�<module>s$