Submit
Path:
~
/
/
lib
/
python2.7
/
site-packages
/
pygments
/
lexers
/
File Content:
diff.pyo
� _aTc @ s� d Z d d l m Z m Z m Z d d l m Z m Z m Z m Z m Z m Z m Z d d g Z d e f d � � YZ d e f d � � YZ d S( s� pygments.lexers.diff ~~~~~~~~~~~~~~~~~~~~ Lexers for diff/patch formats. :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. i����( t RegexLexert includet bygroups( t Textt Commentt Operatort Keywordt Namet Generict Literalt DiffLexert DarcsPatchLexerc B s� e Z d Z d Z d d g Z d d g Z d d g Z i d e f d e j f d e j f d e j f d e j f d e j f d e j f d e f g d 6Z d � Z RS( s>