ó Z-Qc@spdZyddlZWnek r/dZnXdZdZdZdZd„Zd„Z d „Z d „Z dS( s0 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-2013 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. iÿÿÿÿNspygments.lexersspygments.formattersspygments.stylesspygments.filtersccs9tdkrdSx"tjtƒD]}|jƒVq WdS(N(t pkg_resourcestNonetiter_entry_pointstLEXER_ENTRY_POINTtload(t entrypoint((s9/usr/local/lib/python2.7/site-packages/pygments/plugin.pytfind_plugin_lexers1s ccsBtdkrdSx+tjtƒD]}|j|jƒfVq WdS(N(RRRtFORMATTER_ENTRY_POINTtnameR(R((s9/usr/local/lib/python2.7/site-packages/pygments/plugin.pytfind_plugin_formatters8s ccsBtdkrdSx+tjtƒD]}|j|jƒfVq WdS(N(RRRtSTYLE_ENTRY_POINTRR(R((s9/usr/local/lib/python2.7/site-packages/pygments/plugin.pytfind_plugin_styles?s ccsBtdkrdSx+tjtƒD]}|j|jƒfVq WdS(N(RRRtFILTER_ENTRY_POINTRR(R((s9/usr/local/lib/python2.7/site-packages/pygments/plugin.pytfind_plugin_filtersFs ( t__doc__Rt ImportErrorRRRR R RR R R (((s9/usr/local/lib/python2.7/site-packages/pygments/plugin.pyt%s