Skip to content

Commit

Permalink
Adding the Salesforce 'Apex' extension
Browse files Browse the repository at this point in the history
* added Apex to top level extensions
  • Loading branch information
brianevanmiller committed Sep 23, 2024
1 parent b4a6140 commit dec1224
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 @@ -38,6 +38,10 @@
path = extensions/anya
url = https://github.com/anya-theme/anya-zed.git

[submodule "extensions/apex"]
path = extensions/apex
url = https://github.com/brianevanmiller/zed-sfapex.git

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

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

[aquarium-theme]
submodule = "extensions/aquarium-theme"
version = "0.7.0"
Expand Down
1 change: 1 addition & 0 deletions extensions/apex
Submodule apex added at b1e81b

0 comments on commit dec1224

Please sign in to comment.