Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/pygments/lexers/__pycache__/typoscript.cpython-39.pyc
Ðазад
a a�h� � @ s� d Z ddlZddlmZmZmZmZ ddlmZm Z m Z mZmZm Z mZ g d�ZG dd� de�ZG dd � d e�ZG d d� de�ZdS )a� pygments.lexers.typoscript ~~~~~~~~~~~~~~~~~~~~~~~~~~ Lexers for TypoScript `TypoScriptLexer` A TypoScript lexer. `TypoScriptCssDataLexer` Lexer that highlights markers, constants and registers within css. `TypoScriptHtmlDataLexer` Lexer that highlights markers, constants and registers within html tags. :copyright: Copyright 2006-2025 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. � N)� RegexLexer�include�bygroups�using)�Text�Comment�Name�String�Number�Operator�Punctuation)�TypoScriptLexer�TypoScriptCssDataLexer�TypoScriptHtmlDataLexerc @ s� e Zd ZdZdZdgZdZdZddee e je �fdee je e je je j�fd ee e je je e je je �fd efdefdefd e fde fgiZdS )r zS Lexer that highlights markers, constants and registers within css blocks. �TypoScriptCssData�typoscriptcssdata�3http://docs.typo3.org/typo3cms/TyposcriptReference/�2.2�root�(.*)(###\w+###)(.*)�%(\{)(\$)((?:[\w\-]+\.)*)([\w\-]+)(\})�+(.*)(\{)([\w\-]+)(\s*:\s*)([\w\-]+)(\})(.*)�\s+�/\*(?:(?!\*/).)*\*/�G(?<!(#|\'|"))(?:#(?!(?:[a-fA-F0-9]{6}|[a-fA-F0-9]{3}))[^\n#]+|//[^\n]*)�[<>,:=.*%+|]z[\w"\-!/&;(){}]+N)�__name__� __module__�__qualname__�__doc__�name�aliases�url� version_addedr r r �Constant�Symbolr r r �tokens� r'