Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gabeidx/zed-graphviz

Graphviz support for Zed
https://github.com/gabeidx/zed-graphviz

diagram dot graphviz zed zed-extension

Last synced: 17 days ago
JSON representation

Graphviz support for Zed

Awesome Lists containing this project

README

        

# Graphviz for Zed

An extension that adds Graphviz support for Zed.

A snippet of Graphviz code in the Zed editor, with the syntax highlighted

Learn more about Graphviz at

## Installation

1. Open the Zed Extension Gallery by:

a. pressing `cmd-shift-x` (macOS)

b. or pressing `ctrl-shift-x` (Linux)

c. or triggering the `zed: extensions` command from the command pallet

d. or by selecting `"Zed > Extensions"` from the menu bar
2. Search for `"Graphviz"`.
3. Click `"Install"`.

## Acknowledgments

- Tree-sitter grammar by rydesun: [tree-sitter-dot](https://github.com/rydesun/tree-sitter-dot)