B
    `aù[á  ã               @   sL   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 G dd„ deƒZdS )aV  
    pygments.styles.stata
    ~~~~~~~~~~~~~~~~~~~~~

    Style inspired by Stata's do-file editor. Note this is not meant
    to be a complete style. It's merely meant to mimic Stata's do file
    editor syntax highlighting.

    :copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
é    )ÚStyle)ÚKeywordÚNameÚCommentÚStringÚErrorÚNumberÚOperatorÚ
Whitespacec               @   sN   e Zd ZdZdZedededede	de
de
jdejdejdejjd	ed
iZdS )Ú
StataStylez±
    Style inspired by Stata's do-file editor. Note this is not meant
    to be a complete style. It's merely meant to mimic Stata's do file
    editor syntax highlighting.
    Ú z#bbbbbbzitalic #008800z#7a2424z#2c2cffzbold #353580zbold #35babazbold #b5565ezbg:#e3d2d2 #a61717N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__Zdefault_styler
   r   r   r   r	   r   ZConstantr   ZFunctionZVariableZGlobalr   Zstyles© r   r   ú4lib/python3.7/site-packages/pygments/styles/stata.pyr      s   r   N)r   Zpygments.styler   Zpygments.tokenr   r   r   r   r   r   r	   r
   r   r   r   r   r   Ú<module>   s   (