U Ê—Re¿ã@s@dZdZdZdZdZdd„Zdd„Zd d „Zd d „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-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. zpygments.lexerszpygments.formatterszpygments.styleszpygments.filtersc Cs8zddlm}Wnttfk r,gYSX| |¡S)Né)Ú pkg_resources)Ú pip._vendorrÚ ImportErrorÚOSErrorÚiter_entry_points)Ú group_namer©rúŠ/builddir/build/BUILDROOT/alt-python38-pip-22.2.1-2.el8.x86_64/opt/alt/python38/lib/python3.8/site-packages/pip/_vendor/pygments/plugin.pyr+s  rccsttƒD]}| ¡VqdS©N)rÚLEXER_ENTRY_POINTÚload©Ú entrypointrrr Úfind_plugin_lexers4s rccs"ttƒD]}|j| ¡fVqdSr )rÚFORMATTER_ENTRY_POINTÚnamer r rrr Úfind_plugin_formatters9s rccs"ttƒD]}|j| ¡fVqdSr )rÚSTYLE_ENTRY_POINTrr r rrr Úfind_plugin_styles>s rccs"ttƒD]}|j| ¡fVqdSr )rÚFILTER_ENTRY_POINTrr r rrr Úfind_plugin_filtersCs rN) Ú__doc__r rrrrrrrrrrrr Ús$