Skip to content

Commit

Permalink
Add move-aptos extension (#1820)
Browse files Browse the repository at this point in the history
In the repository, there is already a Move plugin, but this plugin only
works with the Sui blockchain. move-aptos is an extension that works
with the Aptos blockchain. Although they share some syntax.

<img width="991" alt="image"
src="https://github.com/user-attachments/assets/7c288ceb-f67c-4eed-96cc-7e87e2e4d463"
/>

<img width="878" alt="image"
src="https://github.com/user-attachments/assets/915b51ae-7a28-4d7d-81a9-f556d4a1e6cf"
/>
  • Loading branch information
caoyang2002 authored Jan 10, 2025
1 parent eea7cfc commit 4eccde7
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 @@ -898,6 +898,10 @@
path = extensions/move
url = https://github.com/Tzal3x/move-zed-extension.git

[submodule "extensions/move-aptos"]
path = extensions/move-aptos
url = https://github.com/caoyang2002/zed-move-aptos.git

[submodule "extensions/msun-dark"]
path = extensions/msun-dark
url = https://github.com/mikesun/msun-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 @@ -945,6 +945,10 @@ version = "0.0.2"
submodule = "extensions/move"
version = "0.0.1"

[move-aptos]
submodule = "extensions/move-aptos"
version = "0.0.1"

[msun-dark]
submodule = "extensions/msun-dark"
version = "0.0.6"
Expand Down
1 change: 1 addition & 0 deletions extensions/move-aptos
Submodule move-aptos added at 93ebb1

0 comments on commit 4eccde7

Please sign in to comment.