Skip to content

Commit

Permalink
Add gem extension (#1628)
Browse files Browse the repository at this point in the history
Improve the development experience of writing
[Gem](https://github.com/mantou132/gem) elements.

- inline HTML/CSS/Style snippets
- inline HTML/CSS highlight support // extend zed typescript
- inline HTML/CSS hover info
- inline HTML/CSS auto completion

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
  • Loading branch information
mantou132 and maxdeviant authored Dec 9, 2024
1 parent 82436c8 commit cdf12dc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,10 @@
path = extensions/gdscript
url = https://github.com/GDQuest/zed-gdscript.git

[submodule "extensions/gem"]
path = extensions/gem
url = https://github.com/mantou132/gem

[submodule "extensions/gemini"]
path = extensions/gemini
url = https://github.com/clseibold/gemini-zed.git
Expand Down
5 changes: 5 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,11 @@ version = "0.3.0"
submodule = "extensions/gdscript"
version = "0.4.0"

[gem]
submodule = "extensions/gem"
path = "crates/zed-plugin-gem"
version = "0.0.1"

[gemini]
submodule = "extensions/gemini"
version = "0.0.1"
Expand Down
1 change: 1 addition & 0 deletions extensions/gem
Submodule gem added at 8a012b

0 comments on commit cdf12dc

Please sign in to comment.