File manager - Edit - /opt/saltstack/salt/lib/python3.10/site-packages/pygments/lexers/__pycache__/pointless.cpython-310.pyc
Back
o ;j� � @ sZ d Z ddlmZmZ ddlmZmZmZmZm Z m Z mZmZm Z dgZG dd� de�ZdS )z� pygments.lexers.pointless ~~~~~~~~~~~~~~~~~~~~~~~~~ Lexers for Pointless. :copyright: Copyright 2006-present by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. � )� RegexLexer�words) �Comment�Error�Keyword�Name�Number�Operator�Punctuation�String�Text�PointlessLexerc @ s� e Zd ZdZdZdZdgZdgZdZe g d��Z e g d�d d �Zdefde jfd edfdedfdefe efeefdefdejfdejfdejjfdejfdejfg dejfd edfdefdefgdejfdedfdefdefgd�ZdS )r z$ For Pointless source code. Z Pointlesszhttps://ptls.devZ pointlessz*.ptlsz2.7)�+�-�*�/z**�%z+=z-=z*=z/=z**=z%=z|>�=z==z!=�<�>z<=z>=z=>�$z++)�ifZthen�else�where�withZcond�case�and�or�not�in�as�forZrequires�throw�tryZcatchZwhen�yieldZupvalz\b)�suffixz[ \n\r]+z--.*$z"""�multiString�"�stringz[\[\](){}:;,.]z\d+|\d*\.\d+z(true|false)\bz[A-Z][a-zA-Z0-9]*\bzoutput\bz(export|import)\bz[a-z][a-zA-Z0-9]*\bz\\.z#popz[^\\"]+z\n)�rootr&