diff options
| author | Niklas Mollenhauer <nikeee@users.noreply.github.com> | 2021-02-07 07:55:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-07 07:55:51 +0100 |
| commit | c0e6fa7c2e832135accef98f9b8914176fcc8444 (patch) | |
| tree | 53ccdcb22d077af0bfbee8a9bbd5667b6a5ba7f2 /doc | |
| parent | a169fef00bb998d27bbbe57642a367cb951b60a4 (diff) | |
| download | pygments-git-c0e6fa7c2e832135accef98f9b8914176fcc8444.tar.gz | |
Add lexer for graphviz (#1657)
Imported from:
https://github.com/nikeee/pygments-lexer-graphviz
See:
https://github.com/pygments/pygments/issues/731
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/languages.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/languages.rst b/doc/languages.rst index 34cb95e2..3ccb3b8f 100644 --- a/doc/languages.rst +++ b/doc/languages.rst @@ -51,6 +51,7 @@ Programming languages * `Dart <https://dart.dev/>`_ * DCPU-16 * `Delphi <https://www.embarcadero.com/products/delphi>`_ +* `DOT / Graphviz <https://graphviz.org>` _ * `Devicetree <https://www.devicetree.org/>`_ * `Dylan <https://opendylan.org/>`_ (incl. console) * `Eiffel <https://www.eiffel.org/>`_ |
