Your IP : 216.73.216.61


Current Path : /opt/alt/python37/lib/python3.7/site-packages/pygments/lexers/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib/python3.7/site-packages/pygments/lexers/__pycache__/roboconf.cpython-37.pyc

B

ɽ�\�@s`dZddlmZmZmZddlmZmZmZm	Z	m
Z
ddgZGdd�de�ZGdd�de�Z
dS)	z�
    pygments.lexers.roboconf
    ~~~~~~~~~~~~~~~~~~~~~~~~

    Lexers for Roboconf DSL.

    :copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
�)�
RegexLexer�words�re)�Text�Operator�Keyword�Name�Comment�RoboconfGraphLexer�RoboconfInstancesLexerc	@sreZdZdZdZdgZdgZejej	BZ
ddefdefe
dd	d
d�efe
dd
d
d�efdefdefdefgiZdS)r
zn
    Lexer for `Roboconf <http://roboconf.net/en/roboconf.html>`_ graph files.

    .. versionadded:: 2.1
    zRoboconf Graphzroboconf-graphz*.graph�rootz\s+�=)Zfacet�importz\s*\bz\b)�suffix�prefix)�	installerZextendsZexportsZimportsZfacets�childrenz\s*:?z#.*\nz[^#]z.*\nN)�__name__�
__module__�__qualname__�__doc__�name�aliases�	filenamesr�
IGNORECASE�	MULTILINE�flagsrrrrrr	�tokens�rr�I/opt/alt/python37/lib/python3.7/site-packages/pygments/lexers/roboconf.pyr
sc	@sreZdZdZdZdgZdgZejej	BZ
ddefeddd	d
�e
feddd	d
�efd
efdefdefdefgiZdS)rzr
    Lexer for `Roboconf <http://roboconf.net/en/roboconf.html>`_ instances files.

    .. versionadded:: 2.1
    zRoboconf Instanceszroboconf-instancesz*.instancesrz\s+)zinstance ofrz\s*\bz\b)rr)r�countzs*:?z\s*[\w.-]+\s*:z#.*\nz[^#]z.*\nN)rrrrrrrrrrrrrrrr	rrrrrr5sN)rZpygments.lexerrrrZpygments.tokenrrrrr	�__all__r
rrrrr�<module>
s
#