-
Notifications
You must be signed in to change notification settings - Fork 766
Closed
Labels
S-majorseverity: majorseverity: majorT-featuretype: a new featuretype: a new featureX-importedimported from Bitbucketimported from Bitbucket
Description
(Original issue 1024 created by psuter on 2014-08-12T08:29:53.471324+00:00)
The DOT language is used by the open source graph visualization software Graphviz to represent structural information as diagrams of abstract graphs and networks.
The language grammar is described at http://www.graphviz.org/doc/info/lang.html
An example:
#!dot
digraph G {
Hello->Pygments
}
Would be nice to have a lexer for this in Pygments.
simonwo
Metadata
Metadata
Assignees
Labels
S-majorseverity: majorseverity: majorT-featuretype: a new featuretype: a new featureX-importedimported from Bitbucketimported from Bitbucket