Skip to content

Commit

Permalink
Add Relay extension
Browse files Browse the repository at this point in the history
  • Loading branch information
XiNiHa committed Aug 25, 2024
1 parent 33f4257 commit c6ceb0b
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 @@ -790,6 +790,10 @@
path = extensions/rego
url = https://github.com/StyraInc/zed-rego.git

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

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

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

[rescript]
submodule = "extensions/rescript"
version = "0.1.0"
Expand Down
1 change: 1 addition & 0 deletions extensions/relay
Submodule relay added at a0ca96

0 comments on commit c6ceb0b

Please sign in to comment.