ó
l2RTc           @   sv   d  Z  d d l m Z d d l m Z m Z m Z m Z m Z m	 Z	 m
 Z
 m Z m Z m Z d e f d „  ƒ  YZ d S(   sÞ   
    pygments.styles.vim
    ~~~~~~~~~~~~~~~~~~~

    A highlighting style for Pygments, inspired by vim.

    :copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
iÿÿÿÿ(   t   Style(
   t   Keywordt   Namet   Commentt   Stringt   Errort   Numbert   Operatort   Generict
   Whitespacet   Tokent   VimStylec           B   s7  e  Z d  Z d Z d Z d Z i d e 6d e 6d e 6d e j	 6d e j
 6d e 6d e j 6d	 e j 6d e j 6d e j 6d
 e 6d e j 6d e 6d e j 6d	 e j 6d e j 6d e j 6d e 6d	 e 6d e j 6d e j 6d e j 6d e j 6d e j 6d e j 6d e j  6d e j! 6d e j" 6d e j# 6d e 6Z$ RS(   s&   
    Styles somewhat like vim 7.0
    s   #000000s   #222222s   #cccccct    s   #000080s   bold #cd0000s   #cdcd00s   #00cd00s   #cd00cds   #3399ccs   #00cdcds   bold #666699s   #cd0000s   bold #000080s   bold #800080s   #FF0000t   italict   bolds   #888s   #04Ds   border:#FF0000(%   t   __name__t
   __module__t   __doc__t   background_colort   highlight_colort   default_styleR
   R	   R   t   Preproct   SpecialR   t   Declarationt	   Namespacet   Pseudot   TypeR   t   WordR   t   Classt   Builtint	   Exceptiont   VariableR   R   R   t   Headingt
   Subheadingt   Deletedt   InsertedR   t   Empht   Strongt   Promptt   Outputt	   Tracebackt   styles(    (    (    s7   /usr/lib/python2.7/dist-packages/pygments/styles/vim.pyR      sF   




















N(   R   t   pygments.styleR    t   pygments.tokenR   R   R   R   R   R   R   R   R	   R
   R   (    (    (    s7   /usr/lib/python2.7/dist-packages/pygments/styles/vim.pyt   <module>
   s   F