| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/pygments/lexers/__pycache__/ |
Upload File : |
�
�E�c� � �X � d Z ddlmZmZ ddlmZmZmZmZm Z dgZ
G d� de� � ZdS )z�
pygments.lexers.procfile
~~~~~~~~~~~~~~~~~~~~~~~~
Lexer for Procfile file format.
:copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
� )�
RegexLexer�bygroups)�Name�Number�String�Text�Punctuation�
ProcfileLexerc
� � e Zd ZdZdZdZdgZdgZdd ee j
e� � fdej
fdefd efd
ej fde j fd ee j ee� � fd
efgiZdS )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�
J�C��l�G���I� �
�h�h�t�z�;�?�?�@�
�T�_�%�
�� �
�� �
���'�
�$�-�0�
�x�x��
�{�F�K�K�L�
�d�#�
��F�F�Fr N)r �pygments.lexerr r �pygments.tokenr r r r r �__all__r
r r r �<module>r"