U
    lufQ  ã                2   @   s&  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mZ ddlmZ dgZedede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jdejdejdejdejdejdede	d	ejdejdej dej!dejdediZ"dddddddddddddd d d!d"d#d$d%œZ#d&d'„ Z$G d(d„ deƒZ%d)S )*zË
    pygments.formatters.irc
    ~~~~~~~~~~~~~~~~~~~~~~~

    Formatter for IRC output

    :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
é    )Ú	Formatter)
ÚKeywordÚNameÚCommentÚStringÚErrorÚNumberÚOperatorÚGenericÚTokenÚ
Whitespace)Úget_choice_optÚIRCFormatter)Ú r   )ÚgrayÚbrightblack)ÚcyanÚ
brightcyan)ÚblueÚ
brightblue)Úmagentar   )ÚgreenÚbrightgreen)Z_cyan_Z_brightcyan_)Z_green_Z_brightgreen_)r   r   )ÚredÚ	brightred)r   r   )Úyellowr   )r   r   )ú**r   )z	*magenta*z*brightmagenta*)Ú_brightred_r   é   é   é   é   é   é   é   é   é	   é
   é   é   é   é   é   )ZwhiteZblackr   r   r   r   r   Zoranger   ZbrightyellowZ
lightgreenr   r   Z	lightbluer   r   Zbrightmagentar   r   c                 C   s–   t | ƒdk r|S d }}d| kr:|d7 }d| }|  d¡} d| kr\|d7 }d| }|  d¡} t | ƒdkrŠ|dtt|  ƒ d	¡ 7 }d| }|| | S )Nr   r   Ú_úÚ*úr   úr   ú<ú>z</)ÚlenÚstripÚstrÚIRC_COLOR_MAPÚzfill)ÚcolorÚtextÚaddÚsub© r=   ú;/tmp/pip-unpacked-wheel-7eq1ciah/pygments/formatters/irc.pyÚ	ircformatL   s     

r?   c                   @   s8   e Zd ZdZdZddgZg Zdd„ Zdd„ Zdd	„ Z	d
S )r   aS  
    Format tokens with IRC color sequences

    The `get_style_defs()` method doesn't do anything special since there is
    no support for common styles.

    Options accepted:

    `bg`
        Set to ``"light"`` or ``"dark"`` depending on the terminal's background
        (default: ``"light"``).

    `colorscheme`
        A dictionary mapping token types to (lightbg, darkbg) color names or
        ``None`` (default: ``None`` = use builtin colorscheme).

    `linenos`
        Set to ``True`` to have line numbers in the output as well
        (default: ``False`` = no line numbers).
    ZIRCZircc                 K   sP   t j| f|Ž t|dddgdƒdk| _| dd ¡p4t| _| dd¡| _d| _d S )NÚbgÚlightZdarkÚcolorschemeÚlinenosFr   )	r   Ú__init__r   ÚdarkbgÚgetÚ
IRC_COLORSrB   rC   Ú_lineno)ÚselfÚoptionsr=   r=   r>   rD   z   s     ÿÿzIRCFormatter.__init__c                 C   s(   | j r$|  jd7  _| d| j ¡ d S )Nr   z%04d: )rC   rH   Úwrite)rI   Úoutfiler=   r=   r>   Ú_write_lineno‚   s    zIRCFormatter._write_linenoc                 C   sÄ   |   |¡ |D ]°\}}| j |¡}|d krD|d d… }| j |¡}q"|r´|| j }| d¡}|d d… D ],}|r€| t||ƒ¡ | d¡ |   |¡ qh|d r¾| t||d ƒ¡ q| |¡ qd S )NéÿÿÿÿÚ
)rM   rB   rF   rE   ÚsplitrK   r?   )rI   ZtokensourcerL   ÚttypeÚvaluer9   ZsplÚliner=   r=   r>   Úformat_unencoded‡   s"    



zIRCFormatter.format_unencodedN)
Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚnameÚaliasesÚ	filenamesrD   rM   rT   r=   r=   r=   r>   r   a   s   N)&rX   Zpygments.formatterr   Zpygments.tokenr   r   r   r   r   r   r	   r
   r   r   Zpygments.utilr   Ú__all__ZPreprocÚTypeÚWordZBuiltinZFunctionÚ	NamespaceZClassÚ	ExceptionZ	DecoratorÚVariableÚConstantÚ	AttributeÚTagZDeletedZInsertedZHeadingZ
SubheadingrG   r7   r?   r   r=   r=   r=   r>   Ú<module>   sš   
0                         ä!í