Skip to content

Commit

Permalink
Add D language support (zed-industries#372)
Browse files Browse the repository at this point in the history
This includes highlighting, folding, and outlining support.

Closes zed-industries#204.

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
  • Loading branch information
gdamore and maxdeviant authored Mar 25, 2024
1 parent d5e7499 commit 63fd055
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
path = extensions/cosmos
url = https://github.com/nauvalazhar/cosmos.git

[submodule "extensions/d"]
path = extensions/d
url = https://github.com/staysail/zed-d

[submodule "extensions/dockerfile"]
path = extensions/dockerfile
url = https://github.com/d1y/dockerfile.zed.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ version = "0.0.3"
path = "extensions/cosmos"
version = "0.0.1"

[d]
path = "extensions/d"
version = "0.0.1"

[dockerfile]
path = "extensions/dockerfile"
version = "0.0.1"
Expand Down
1 change: 1 addition & 0 deletions extensions/d
Submodule d added at 3af434

0 comments on commit 63fd055

Please sign in to comment.