Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/pygments/lexers/__pycache__/graph.cpython-39.pyc
Ðазад
a a�h � @ sn d Z ddlZddlmZmZmZmZmZmZ ddl m Z mZmZm Z mZmZmZmZ dgZG dd� de�ZdS )z� pygments.lexers.graph ~~~~~~~~~~~~~~~~~~~~~ Lexers for graph query languages. :copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. � N)� RegexLexer�include�bygroups�using�this�words)�Keyword�Punctuation�Comment�Operator�Name�String�Number� Whitespace�CypherLexerc @ s� e Zd ZdZdZdZdgZddgZdZe j e jB Ze d�e d �e d �e d�e d�e d �e d�gdefgdeeee�fdeeeeee�fdeeee�fdeeeeee�fdeeee�fdeeeeee�fdeeee�fdeeee�fdeeee�fdeeee�fdeeee�fdeeeeee�fdeeee�fdeeeeee�feddd �efgd!eeee�e�fd"eeee�e�fd#eeee�e�fd$efd%efd&efgd'efd(ejfgd)efgd*efd+efgd,ejfgd-�Zd.S )/r zL For Cypher Query Language For the Cypher version in Neo4j 3.3 �Cypherz3https://neo4j.com/docs/developer-manual/3.3/cypher/�cypherz*.cypz*.cypherz2.0�clauses�keywords� relations�strings� whitespace� barewords�commentz^(create|order|match|limit|set|skip|start|return|with|where|delete|foreach|not|by|true|false)\bz(create)(\s+)(index|unique)\bz'(drop)(\s+)(contraint|index)(\s+)(on)\bz(ends)(\s+)(with)\bz(is)(\s+)(node)(\s+)(key)\bz(is)(\s+)(null|unique)\bz(load)(\s+)(csv)(\s+)(from)\bz(on)(\s+)(match|create)\bz(optional)(\s+)(match)\bz(order)(\s+)(by)\bz(starts)(\s+)(with)\bz(union)(\s+)(all)\bz%(using)(\s+)(periodic)(\s+)(commit)\bz(using)(\s+)(index)\bz,(using)(\s+)(range|text|point)(\s+)(index)\b)%�all�any�as�ascZ ascending�assert�call�case�create�delete�descZ descendingZdistinct�endZfieldterminatorZforeach�in�limit�match�merge�none�not�null�remove�return�set�skip�single�startZthen�unionZunwind�yield�where�when�withZcollectz\b)�suffixz(-\[)(.*?)(\]->)z(<-\[)(.*?)(\]-)z(-\[)(.*?)(\]-)z -->|<--|\[|\]z<|>|<>|=|<=|=>|\(|\)|\||:|,|;z[.*{}]z#([\'"])(?:\\[tbnrf\'"\\]|[^\\])*?\1z`(?:``|[^`])+`z\s+z[a-z]\w*z\d+z//.*$)�rootr r r r r r r N)�__name__� __module__�__qualname__�__doc__�name�url�aliases� filenames� version_added�re� MULTILINE� IGNORECASE�flagsr r r r r r r r r r r �Variabler r �Single�tokens� rI rI ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/pygments/lexers/graph.pyr s� � �� �� �� �� � � � � �� �����&� �����)r<