Ë
    '<çi   ã                   ó\   — d Z ddl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e«      Zy)zÔ
    pygments.lexers.asc
    ~~~~~~~~~~~~~~~~~~~

    Lexer for various ASCII armored files.

    :copyright: Copyright 2006-present by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
é    N)Ú
RegexLexerÚbygroups)ÚCommentÚGenericÚNameÚOperatorÚStringÚ
WhitespaceÚAscLexerc            	       óØ   — e Zd ZdZdZddgZg d¢Zg d¢ZdZdZ	e
j                  Zd	efd
ej                  dfdefgd	efd eej&                  eee«      fdej                  dfdefgdœZd„ Zy)r   zf
    Lexer for ASCII armored files, containing `-----BEGIN/END ...-----` wrapped
    base64 data.
    zASCII armoredÚascÚpem)z*.ascz*.pemÚid_dsaÚid_ecdsaÚid_ecdsa_skÚ
id_ed25519Úid_ed25519_skÚid_rsa)zapplication/pgp-keyszapplication/pgp-encryptedzapplication/pgp-signaturez!application/pem-certificate-chainzhttps://www.openpgp.orgz2.10z\s+z^-----BEGIN [^\n]+-----$Údataz\S+z^([^:]+)(:)([ \t]+)(.*)z^-----END [^\n]+-----$Úroot)r   r   c                 ó2   — t        j                  d| «      ryy )Nz^-----BEGIN [^\n]+-----\r?\nT)ÚreÚsearch)Útexts    úy/home/jay/workspace/.worktrees/task-2057-dev2/scripts/.codegraph-venv/lib/python3.12/site-packages/pygments/lexers/asc.pyÚanalyse_textzAscLexer.analyse_text5   s   € Ü9‰9Ð4°dÔ;Øð <ó    N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚnameÚaliasesÚ	filenamesÚ	mimetypesÚurlÚversion_addedr   Ú	MULTILINEÚflagsr
   r   ÚHeadingr   r   r   Ú	Attributer   r	   Útokensr   © r   r   r   r      sª   „ ñð €DØeˆn€Gò€IòS€Ià
#€CØ€MàL‰L€Eð ZÐ Ø(¨'¯/©/¸6ÐBØWÐð
ð ZÐ Ø'Ùd—n‘n h°
¸FÓCðEà&¨¯©¸Ð@ØVÐð
ñ€Fór   )r!   r   Úpygments.lexerr   r   Úpygments.tokenr   r   r   r   r	   r
   Ú__all__r   r-   r   r   ú<module>r1      s+   ðñó 
ç /ß O× Oàˆ,€ô%ˆzõ %r   