
    |e                     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-2023 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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.

    .. versionadded:: 2.10
    Procfilez>https://devcenter.heroku.com/articles/procfile#procfile-formatprocfile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	filenamesr   r   Labelr	   r   
Whitespacer   r   IntegerVariabletokens     :/usr/lib/python3/dist-packages/pygments/lexers/procfile.pyr
   r
      s     D
JClGI 	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   