File: //usr/local/lib/python3.7/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-37.pyc
B
L��g
� @ s@ d Z dZdZdZdZdd� Zdd� Zd d
� Zdd� Zd
d� Z dS )a
pygments.plugin
~~~~~~~~~~~~~~~
Pygments plugin interface. By default, this tries to use
``importlib.metadata``, which is in the Python standard
library since Python 3.8, or its ``importlib_metadata``
backport for earlier versions of Python. It falls back on
``pkg_resources`` if not found. Finally, if ``pkg_resources``
is not found either, no plugins are loaded at all.
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-2023 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
zpygments.lexerszpygments.formatterszpygments.styleszpygments.filtersc C s� yddl m} W nl tk
r| yddlm} W nF tk
rv yddlm} W n ttfk
rh g S X || �S Y nX Y nX |� }t|d�r�|j| d�S |� | g �S d S )N� )�entry_points)�iter_entry_points�select)�group)
Zimportlib.metadatar �ImportErrorZimportlib_metadataZpip._vendor.pkg_resourcesr �OSError�hasattrr �get)Z
group_namer r �groups� r �?/tmp/pip-unpacked-wheel-hv55ucu3/pip/_vendor/pygments/plugin.pyr / s
r c c s xt t�D ]} | �� V q
W d S )N)r �LEXER_ENTRY_POINT�load)�
entrypointr r r �find_plugin_lexersG s r c c s&