
    ,h                     P    d Z ddlmZmZ ddlmZmZmZmZm	Z	 dgZ
 G d de      Zy)z
    pygments.lexers.procfile
    ~~~~~~~~~~~~~~~~~~~~~~~~

    Lexer for Procfile file format.

    :copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
    )
RegexLexerbygroups)NameNumberStringTextPunctuationProcfileLexerc                       e Zd ZdZdZdZdgZdgZdZdd e	e
j                  e      fdej                  fd	efd
efdej"                  fde
j$                  fd e	e
j$                  ee      fdefgiZy)r
   z
    Lexer for Procfile file format.

    The format is used to run processes on Heroku or is used by Foreman or
    Honcho tools.
    Procfilez>https://devcenter.heroku.com/articles/procfile#procfile-formatprocfilez2.10rootz^([a-z]+)(:)z\s+z"[^"]*"z'[^']*'z[0-9]+z\$[a-zA-Z_][\w]*z(\w+)(=)(\w+)z([\w\-\./]+)N)__name__
__module____qualname____doc__nameurlaliases	filenamesversion_addedr   r   Labelr	   r   
Whitespacer   r   IntegerVariabletokens     Z/var/www/html/Resume-Scraper/venv/lib/python3.12/site-packages/pygments/lexers/procfile.pyr
   r
      s     D
JClGIM 	htzz;?@T__%  ' $--0x{FKLd#	
Fr   N)r   pygments.lexerr   r   pygments.tokenr   r   r   r   r	   __all__r
   r   r   r   <module>r#      s)    0 B B
J r   