o
    ¯­Rh~  ã                   @   sN   d Z ddlmZmZ ddlmZmZmZmZm	Z	m
Z
 dgZG dd„ deƒZdS )zâ
    pygments.lexers.capnproto
    ~~~~~~~~~~~~~~~~~~~~~~~~~

    Lexers for the Cap'n Proto schema language.

    :copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
é    )Ú
RegexLexerÚdefault)ÚTextÚCommentÚKeywordÚNameÚLiteralÚ
WhitespaceÚCapnProtoLexerc                   @   s$  e Zd ZdZdZdZdgZdgZdZde	j
fdejfd	ed
fdejdfdejdfdefdefdefdefg	dejfdejdfedƒgdejfdejdfdejdfedƒgdefdedfedƒgdefdedfdedfedƒgdejfdejdfedƒgdejfdejdfdejdfedƒgdœZdS ) r
   z!
    For Cap'n Proto source.
    zCap'n Protozhttps://capnproto.orgz*.capnpÚcapnpz2.2z#.*?$z@[0-9a-zA-Z]*ú=Ú
expressionú:Útypez\$Ú
annotationza(struct|enum|interface|union|import|using|const|annotation|extends|in|of|on|as|with|from|fixed)\bz[\w.]+z[^#@=:$\w\s]+z\s+z[^][=;,(){}$]+z[\[(]Ú	parentypez#popz	[^][;()]+z#pushz[])]z[^][;,(){}$]+Úparenexpz[^][;,(){}=:]+Úannexp)Úrootr   r   r   r   r   r   N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚnameÚurlÚ	filenamesÚaliasesÚversion_addedr   ÚSingler   Ú	Decoratorr   ÚClassÚ	Attributer   r   r	   r   Útokens© r#   r#   ú[/home/air/sanwanet/backup_V2/venv/lib/python3.10/site-packages/pygments/lexers/capnproto.pyr
      s^    

þõ
ý

üýü
ý

ü
×N)r   Úpygments.lexerr   r   Úpygments.tokenr   r   r   r   r   r	   Ú__all__r
   r#   r#   r#   r$   Ú<module>   s
    
 