3

V'ícã@sVdZddlmZmZddlmZmZmZmZm	Z	m
Z
mZmZdgZ
Gdd„deƒZdS)zÛ
    pygments.lexers.graphviz
    ~~~~~~~~~~~~~~~~~~~~~~~~

    Lexer for the DOT language (graphviz).

    :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS.
    :license: BSD, see LICENSE for details.
é)Ú
RegexLexerÚbygroups)ÚCommentÚKeywordÚOperatorÚNameÚStringÚNumberÚPunctuationÚ
WhitespaceÚ
GraphvizLexerc@sÞeZdZdZdZdZddgZddgZdd	gZd
e	fde
jfde
jfd
e
fdefdefdeeje	ee	ƒdfdejfdejfdefdejfdedfgdedfdedfdejdfdedfgdedfdedfd
e	fdejfgdœZdS)rzQ
    For graphviz DOT graph description language.

    .. versionadded:: 2.8
    ZGraphvizz+https://www.graphviz.org/doc/info/lang.htmlZgraphvizÚdotz*.gvz*.dotztext/x-graphvizztext/vnd.graphvizz\s+z
(#|//).*?$z/(\\\n)?[*](.|\n)*?[*](\\\n)?/z/(?i)(node|edge|graph|digraph|subgraph|strict)\bz--|->z
[{}[\]:;,]z(\b\D\w*)(\s*)(=)(\s*)Úattr_idz\b(n|ne|e|se|s|sw|w|nw|c|_)\bz\b\D\w*z$[-]?((\.[0-9]+)|([0-9]+(\.[0-9]*)?))z"(\\"|[^"])*?"ú<Úxmlú#popz#pushú>z[^<>\s])ÚrootrrN)rr)Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚnameÚurlÚaliasesÚ	filenamesÚ	mimetypesrrÚSingleZ	Multilinerrr
rrÚ	AttributeZBuiltinZTagr	rÚDoubleÚtokens©r!r!ú</tmp/pip-build-gk9425m9/Pygments/pygments/lexers/graphviz.pyrs8


N)rZpygments.lexerrrZpygments.tokenrrrrrr	r
rÚ__all__rr!r!r!r"Ú<module>	s(