o
    -wÖiá  ã                   @   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__Údefault_styler
   r   r   r   r	   r   ÚConstantr   ÚFunctionÚVariableÚGlobalr   Ústyles© r   r   ú_/home/ubuntu/sommelier/.venv/lib/python3.10/site-packages/wandb/vendor/pygments/styles/stata.pyr      s    õr   N)r   Úpygments.styler   Úpygments.tokenr   r   r   r   r   r   r	   r
   r   r   r   r   r   Ú<module>   s   (