Skip to content

new lexer request: dot (graphviz) #731

@Anteru

Description

@Anteru

(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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    S-majorseverity: majorT-featuretype: a new featureX-importedimported from Bitbucket

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions