Server IP : 15.235.198.142 / Your IP : 216.73.216.190 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/pygments/lexers/__pycache__/ |
Upload File : |
� |�e�� � �z � d Z ddlZddlmZmZmZmZmZmZm Z m Z ddlmZm Z mZmZmZmZmZmZmZmZmZmZ ddlmZ ddlmZ g d�Z G d� d e� Z G d � de� Z G d� d e� Z G d� de� Z G d� de� Z!d� Z" G d� de� Z# G d� de� Z$ G d� de� Z% G d� de� Z& G d� de� Z' G d� de� Z( G d� d e� Z) G d!� d"e� Z* G d#� d$e� Z+ G d%� d&e� Z, G d'� d(e� Z- G d)� d*e� Z. G d+� d,e� Z/ G d-� d.e� Z0 G d/� d0e� Z1 G d1� d2e� Z2 G d3� d4e� Z3y)5z� pygments.lexers.configs ~~~~~~~~~~~~~~~~~~~~~~~ Lexers for configuration file formats. :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details. � N)�ExtendedRegexLexer� RegexLexer�default�words�bygroups�include�using�line_re)�Text�Comment�Operator�Keyword�Name�String�Number�Punctuation� Whitespace�Literal�Error�Generic)� BashLexer)� JsonLexer)�IniLexer�SystemdLexer�DesktopLexer�RegeditLexer�PropertiesLexer�KconfigLexer�Cfengine3Lexer�ApacheConfLexer�SquidConfLexer�NginxConfLexer�LighttpdConfLexer�DockerLexer�TerraformLexer�TermcapLexer� TerminfoLexer�PkgConfigLexer�PacmanConfLexer�AugeasLexer� TOMLLexer�NestedTextLexer�SingularityLexer�UnixConfigLexerc � � e Zd ZdZdZg d�Zg d�ZddgZdefde j fd eee� fd ee j eeeeee� dfd ee j eeee� fd e j fgdefd eeeee� fdedfgd�Zd� Zy)r z5 Lexer for configuration files in INI style. �INI)�ini�cfg�dosini)z*.iniz*.cfgz*.infz .editorconfigz text/x-iniztext/inf�\s+�[;#].*z(\[.*?\])([ \t]*)$u0 (.*?)([ \t]*)([=:])([ \t]*)([^;#\n]*)(\\)(\s+)�valueu8 (.*?)([ \t]*)([=:])([ \t]*)([^ ;#\n]*(?: +[^ ;#\n]+)*)z(.+?)$z(\s*)(.*)(\\)([ \t]*)z.*$�#pop��rootr6 c �Z � | j d� }|dk ry| d dk( r| |dz dk( ryy) N� � Fr �[� �]g�������?)�find)�text�nposs �9/usr/lib/python3/dist-packages/pygments/lexers/configs.py�analyse_textzIniLexer.analyse_text>