Skip to content

Commit

Permalink
Add duckyscript extension (#1265)
Browse files Browse the repository at this point in the history
Co-authored-by: Marshall Bowers <[email protected]>
  • Loading branch information
Lalolog and maxdeviant committed Aug 23, 2024
1 parent 2ce8927 commit 526a0ca
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 @@ -238,6 +238,10 @@
path = extensions/dracula
url = https://github.com/dracula/zed.git

[submodule "extensions/duckyscript"]
path = extensions/duckyscript
url = https://github.com/Lalolog/duckyscript-zed-extension

[submodule "extensions/earthfile"]
path = extensions/earthfile
url = https://github.com/glehmann/earthfile.zed.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@ version = "0.0.4"
submodule = "extensions/dracula"
version = "0.9.2"

[duckyscript]
submodule = "extensions/duckyscript"
version = "0.0.1"

[earthfile]
submodule = "extensions/earthfile"
version = "0.1.0"
Expand Down
1 change: 1 addition & 0 deletions extensions/duckyscript
Submodule duckyscript added at f3d98f

0 comments on commit 526a0ca

Please sign in to comment.