Skip to content

Commit

Permalink
Add zed-rhai extension
Browse files Browse the repository at this point in the history
  • Loading branch information
elkowar committed Dec 16, 2024
1 parent 6046f61 commit 198c461
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 @@ -1566,6 +1566,10 @@
path = extensions/zed
url = https://github.com/zed-industries/zed.git

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

[submodule "extensions/zedokai"]
path = extensions/zedokai
url = https://github.com/slymax/zedokai.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1266,6 +1266,10 @@ version = "0.0.2"
submodule = "extensions/rescript"
version = "0.2.0"

[rhai]
submodule = "extensions/zed-rhai"
version = "0.0.1"

[roc]
submodule = "extensions/roc"
version = "0.0.6"
Expand Down
1 change: 1 addition & 0 deletions extensions/zed-rhai
Submodule zed-rhai added at cafa87

0 comments on commit 198c461

Please sign in to comment.