ó
xiù\c           @   sp   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 d e f d „  ƒ  YZ d S(   sU  
    pygments.styles.sas
    ~~~~~~~~~~~~~~~~~~~

    Style inspired by SAS' enhanced program editor. Note This is not
    meant to be a complete style. It's merely meant to mimic SAS'
    program editor syntax highlighting.

    :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
iÿÿÿÿ(   t   Style(	   t   Keywordt   Namet   Commentt   Stringt   Errort   Numbert   Othert
   Whitespacet   Generict   SasStylec           B   s˜   e  Z d  Z d Z i d e 6d e 6d e 6d e 6d e 6d e	 6d e	 j
 6d	 e	 j 6d e j 6d
 e j 6d e j 6d e 6d e j 6d e j 6d e 6Z RS(   s´   
    Style inspired by SAS' enhanced program editor. Note This is not
    meant to be a complete style. It's merely meant to mimic SAS'
    program editor syntax highlighting.
    t    s   #bbbbbbs   italic #008800s   #800080s   bold #2e8b57s
   bg:#ffffe0s   #2c2cffs   bold #353580t   bolds   bold italics   bold #2c2cffs   #008800s   #d30202s   bg:#e3d2d2 #a61717(   t   __name__t
   __module__t   __doc__t   default_styleR   R   R   R   R   R   t   Reservedt   ConstantR   t   Builtint   Functiont   VariableR	   t   EmphR   t   styles(    (    (    s2   lib/python2.7/site-packages/pygments/styles/sas.pyR
      s$   






N(   R   t   pygments.styleR    t   pygments.tokenR   R   R   R   R   R   R   R   R	   R
   (    (    (    s2   lib/python2.7/site-packages/pygments/styles/sas.pyt   <module>   s   @