Skip to content

Commit

Permalink
Add D2 extension (#1534)
Browse files Browse the repository at this point in the history
This PR adds an extension that provides support for the D2 diagram
scripting language: <https://d2lang.com/>.

It introduces a basic syntax highligthing feature for `.d2` files, as
well as `d2` block in markdown files.
  • Loading branch information
gabeidx authored Oct 16, 2024
1 parent d36c4d2 commit 4cc712e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@
path = extensions/d
url = https://github.com/staysail/zed-d.git

[submodule "extensions/d2"]
path = extensions/d2
url = https://github.com/gabeidx/zed-d2.git

[submodule "extensions/dafny"]
path = extensions/dafny
url = https://github.com/WeetHet/dafny-zed.git
Expand Down
1 change: 1 addition & 0 deletions extensions/d2
Submodule d2 added at 47edac

0 comments on commit 4cc712e

Please sign in to comment.