B
    b[                 @   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 G dd deZdS )u   
    pygments.styles.arduino
    ~~~~~~~~~~~~~~~~~~~~~~~

    Arduino® Syntax highlighting style.

    :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
    )Style)	KeywordNameCommentStringErrorNumberOperatorGeneric
Whitespacec               @   s  e Zd ZdZdZedededejdej	dej
dejdedejdejdejdejdejdejdedejdedejdejdejjdejdejdejdejdejdejd	ejdejdejdejdej dej!dej!jdej!j"dej!j#de$d
e$j%de$j&de$j'de$j'j(de$j)de*de*j+de*j,de*j-de*j.de*j/de*j0de*j1de*jde*j2de*j
de*j3de4de4j5de4j6de4jde4j7de4j8de4j9de4j:de4j;de4j<de4j=di@Z>dS )ArduinoStyleu   
    The Arduino® language style. This style is designed to highlight the
    Arduino source code, so expect the best results with it.
    z#ffffff z#a61717z#95a5a6z#728E00z#00979Dz#434f54z#D35400z#8A7B52z#7F8C8DN)?__name__
__module____qualname____doc__Zbackground_colorr   r   r   Z	MultilineZPreprocSingleSpecialr   ZConstantZDeclaration	NamespaceZPseudoZReservedZTyper	   ZWordr   Z	AttributeZBuiltinZClassZ	DecoratorZEntity	ExceptionZFunctionZPropertyZLabelZOtherZTagZVariableZGlobalZInstancer   ZFloatZHexZIntegerZLongZOctr   ZBacktickZCharZDocDoubleZEscapeZHeredocZInterpolZRegexZSymbolr
   ZDeletedZEmphZHeadingZInsertedZOutputZPromptZStrongZ
SubheadingZ	TracebackZstyles r   r   6lib/python3.7/site-packages/pygments/styles/arduino.pyr      s   r   N)r   Zpygments.styler   Zpygments.tokenr   r   r   r   r   r   r	   r
   r   r   r   r   r   r   <module>	   s   ,