Skip to content

Commit

Permalink
Add VHS extension (zed-industries#549)
Browse files Browse the repository at this point in the history
Adding a new extension to support
[VHS](https://github.com/charmbracelet/vhs) tape files.

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
  • Loading branch information
2 people authored and cabrinha committed Aug 9, 2024
1 parent e8cc1e2 commit 4fbab53
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 @@ -370,6 +370,10 @@
path = extensions/vesper
url = https://github.com/bdsqqq/vesper-zed.git

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

[submodule "extensions/visual-assist-dark"]
path = extensions/visual-assist-dark
url = https://github.com/trojanfoe/visual-assist-dark.zed.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,10 @@ version = "0.0.4"
submodule = "extensions/vesper"
version = "0.0.1"

[vhs]
submodule = "extensions/vhs"
version = "0.1.0"

[visual-assist-dark]
submodule = "extensions/visual-assist-dark"
version = "0.0.2"
Expand Down
1 change: 1 addition & 0 deletions extensions/vhs
Submodule vhs added at 146b9b

0 comments on commit 4fbab53

Please sign in to comment.