Submit
Path:
~
/
/
lib
/
python2.7
/
site-packages
/
pygments
/
File Content:
plugin.pyc
� _aTc @ sp d Z y d d l Z Wn e k r/ d Z n Xd Z d Z d Z d Z d � Z d � Z d � Z d � Z d S( 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-2014 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. i����Ns pygments.lexerss pygments.formatterss pygments.styless pygments.filtersc c s9 t d k r d Sx"