Skip to content

Commit

Permalink
Add Cap'n Proto extension (#568)
Browse files Browse the repository at this point in the history
This adds a Cap'n Proto extension to the Zed extension registry.

https://github.com/cmackenzie1/zed-capnp
https://capnproto.org
  • Loading branch information
cmackenzie1 authored Apr 17, 2024
1 parent 0c4d6ad commit da8909b
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 @@ -34,6 +34,10 @@
path = extensions/cadence
url = https://github.com/janezpodhostnik/cadence.zed.git

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

[submodule "extensions/catppuccin"]
path = extensions/catppuccin
url = https://github.com/catppuccin/zed.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ version = "0.0.3"
submodule = "extensions/cadence"
version = "0.0.1"

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

[catppuccin]
submodule = "extensions/catppuccin"
version = "0.2.5"
Expand Down
1 change: 1 addition & 0 deletions extensions/capnp
Submodule capnp added at 768685

0 comments on commit da8909b

Please sign in to comment.