Submit
Path:
~
/
/
usr
/
lib
/
python2.7
/
site-packages
/
pygments
/
File Content:
modeline.pyo
� _aTc @ sI d Z d d l Z d g Z e j d e j � Z d � Z d d � Z d S( s� pygments.modeline ~~~~~~~~~~~~~~~~~ A simple modeline parser (based on pymodeline). :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. i����Nt get_filetype_from_bufferse (?: vi | vim | ex ) (?: [<=>]? \d* )? : .* (?: ft | filetype | syn | syntax ) = ( [^:\s]+ ) c C s&