Skip to content

Commit

Permalink
Add IWE extension (#1826)
Browse files Browse the repository at this point in the history
- Language Server: [IWE - Markdown LSP
server](https://github.com/iwe-org/iwe)
- Extension Repo: [iwe-org/zed-iwe](https://github.com/iwe-org/zed-iwe/)

---------

Co-authored-by: Peter Tripp <[email protected]>
  • Loading branch information
gimalay and notpeter authored Jan 10, 2025
1 parent d2e2fd9 commit 35f2b9a
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 @@ -690,6 +690,10 @@
path = extensions/intellij-newui-theme
url = https://github.com/kpitt/zed-theme-intellij-newui.git

[submodule "extensions/iwe"]
path = extensions/iwe
url = https://github.com/iwe-org/zed-iwe.git

[submodule "extensions/janet"]
path = extensions/janet
url = https://github.com/vijaykiran/janet-zed.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,10 @@ version = "0.0.3"
submodule = "extensions/intellij-newui-theme"
version = "0.1.0"

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

[janet]
submodule = "extensions/janet"
version = "0.0.1"
Expand Down
1 change: 1 addition & 0 deletions extensions/iwe
Submodule iwe added at 5bbba3

0 comments on commit 35f2b9a

Please sign in to comment.