文件操作 - procfile.cpython-311.pyc
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3/dist-packages/pygments/lexers/__pycache__/procfile.cpython-311.pyc
编辑文件内容
� �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"