Skip to content

Commit

Permalink
Add zed-rhai extension (#1810)
Browse files Browse the repository at this point in the history
This PR adds a new language extension to support the [rhai](rhai.rs)
scripting language.

---------

Co-authored-by: Peter Tripp <[email protected]>
  • Loading branch information
elkowar and notpeter authored Dec 16, 2024
1 parent 6046f61 commit 444cb20
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 @@ -1174,6 +1174,10 @@
path = extensions/rescript
url = https://github.com/humaans/rescript-zed.git

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

[submodule "extensions/roc"]
path = extensions/roc
url = https://github.com/h2000/zed-roc.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/rhai"
version = "0.0.1"

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

0 comments on commit 444cb20

Please sign in to comment.