Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

D2 support for Zed
https://github.com/gabeidx/zed-d2

d2 diagram zed zed-extension

Last synced: 25 days ago
JSON representation

D2 support for Zed

Awesome Lists containing this project

README

        

# D2 for Zed

An extension that adds D2 support for Zed.

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

Learn more about D2 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 `"D2"`.
3. Click `"Install"`.

## Acknowledgments

- Tree-sitter grammar by Dmitriy Pleshevskiy: [tree-sitter-d2](https://git.pleshevski.ru/pleshevskiy/tree-sitter-d2)