Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/pygments/lexers/__pycache__/ |
Upload File : |
o ���a� � @ sN d Z ddlmZ ddlmZmZmZmZmZm Z m Z dgZG dd� de�ZdS )z� pygments.lexers.rnc ~~~~~~~~~~~~~~~~~~~ Lexer for Relax-NG Compact syntax :copyright: Copyright 2006-2021 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. � )� RegexLexer)�Text�Comment�Operator�Keyword�Name�String�Punctuation�RNCCompactLexerc @ s� e Zd ZdZdZddgZdgZdejfdej fde jfd e jfd e jfdej dfd ejdfdefdefdefg dejfdedfgdedfdedfdefgdejfdefd e jfdedfdefgd�ZdS )r zX For `RelaxNG-compact <http://relaxng.org>`_ syntax. .. versionadded:: 2.2 zRelax-NG Compactzrng-compact�rncz*.rncznamespace\bz(?:default|datatypes)\bz##.*$z#.*$z"[^"]*"z(?:element|attribute|mixed)\b�variablez(text\b|xsd:[^ ]+)�maybe_xsdattributesz[,?&*=|~]|>>z[(){}]�.z[^{]+z\{z#pop� xsdattributesz\}z[^ =}]�=)�rootr r r N)�__name__� __module__�__qualname__�__doc__�name�aliases� filenamesr � Namespace�Declarationr �Preproc�Singler �Double�Typer r r r �Variable� Attribute�tokens� r"