
    ,h                     \    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gZ G d de      Zy)u   
    pygments.styles.arduino
    ~~~~~~~~~~~~~~~~~~~~~~~

    Arduino® Syntax highlighting style.

    :copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
    )Style)	KeywordNameCommentStringErrorNumberOperatorGeneric
WhitespaceArduinoStylec                   >   e Zd ZdZdZdZi 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	i ej.                  dej0                  dej0                  j"                  dej2                  dej                  dej4                  dej6                  dej8                  dej:                  d
ej<                  dej>                  dej                   dej@                  dejB                  dejD                  dejD                  j2                  dejD                  jF                  di ejD                  jH                  de%de%jL                  de%jN                  de%jP                  de%jP                  jR                  de%jT                  de+de+jX                  de+jZ                  de+j\                  de+j^                  de+j`                  de+jb                  de+jd                  de+j@                  de+jf                  de+j                  de+jh                  de5de5jl                  de5jn                  de5j                  de5jp                  de5jr                  de5jt                  de5jv                  de5jx                  de5jz                  de5j|                  diZ?y)r   u   
    The Arduino® language style. This style is designed to highlight the
    Arduino source code, so expect the best results with it.
    arduinoz#ffffff z#a61717z#95a5a6z#728E00z#00979Dz#434f54z#D35400z#8A7B52z#7F8C8DN)@__name__
__module____qualname____doc__namebackground_colorr   r   r   	MultilinePreprocSingleSpecialr   ConstantDeclaration	NamespacePseudoReservedTyper
   Wordr   	AttributeBuiltinClass	DecoratorEntity	ExceptionFunctionPropertyLabelOtherTagVariableGlobalInstancer	   FloatHexIntegerLongOctr   BacktickCharDocDoubleEscapeHeredocInterpolRegexSymbolr   DeletedEmphHeadingInsertedOutputPromptStrong
Subheading	Tracebackstyles     Y/var/www/html/Resume-Scraper/venv/lib/python3.12/site-packages/pygments/styles/arduino.pyr   r      s4    D H2H9H 	9	H
 	2H 	9H 	2H 	2H 	9H 	9H 	2H 	2H 	9H 	9H  	9!H$ 	9%H& 	2'H* 	9+H, 	2-H. 	9/H0 	21H2 	

23H4 	25H6 	27H8 	29H: 	2;H< 	9=H> 	2?H@ 	

2AHB 	2CHD 	

9EHF 	2GHH 	2IHJ 	2KHL 	2MHN 	2OHR 	9SHT 	2UHV 	

2WHX 	2YHZ 	2[H\ 	

2]H` 	9aHb 	2cHd 	2eHf 	

2gHh 	2iHj 	2kHl 	2mHn 	2oHp 	2qHr 	2sHt 	2222222222222OHFrI   N)r   pygments.styler   pygments.tokenr   r   r   r   r   r	   r
   r   r   __all__r   rH   rI   rJ   <module>rN      s6    !* * * 
Q5 QrI   