Skip to content

Commit

Permalink
Merge branch 'main' into pr/1224
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Aug 23, 2024
2 parents f1b15ce + 6f5669a commit 268917f
Show file tree
Hide file tree
Showing 31 changed files with 137 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
cancel-in-progress: true

env:
ZED_EXTENSION_CLI_SHA: 423c7b999a07d5f5ab82c58ac99f6b0684be50d0
ZED_EXTENSION_CLI_SHA: 6b7664ef4a87d006425a8ce260b00c8e8befaf54

jobs:
package:
Expand Down
44 changes: 44 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
path = extensions/amber-monochrome-monitor-crt-phosphor
url = https://github.com/Takk8IS/amber-monochrome-monitor-crt-phosphor-theme-for-zed.git

[submodule "extensions/ansible"]
path = extensions/ansible
url = https://github.com/kartikvashistha/zed-ansible

[submodule "extensions/anya"]
path = extensions/anya
url = https://github.com/anya-theme/anya-zed.git
Expand All @@ -46,6 +50,10 @@
path = extensions/asteroid
url = https://github.com/webhooked/asteroid-zed

[submodule "extensions/atomize"]
path = extensions/atomize
url = https://github.com/zhouyuxiang0/atomize.zed.git

[submodule "extensions/aura"]
path = extensions/aura
url = https://github.com/daltonmenezes/aura-theme.git
Expand Down Expand Up @@ -90,6 +98,10 @@
path = extensions/biome
url = https://github.com/biomejs/biome-zed.git

[submodule "extensions/bitbake"]
path = extensions/bitbake
url = https://github.com/anikinmd/zed_bitbake.git

[submodule "extensions/blackfox"]
path = extensions/blackfox
url = https://github.com/matejcerny/BlackFoxZed.git
Expand Down Expand Up @@ -166,6 +178,10 @@
path = extensions/city-lights
url = https://github.com/DP19/zed-theme-city-lights.git

[submodule "extensions/cobalt2"]
path = extensions/cobalt2
url = https://github.com/mrpmohiburrahman/cobalt2-zed

[submodule "extensions/codesandbox-theme"]
path = extensions/codesandbox-theme
url = https://github.com/MartinRybergLaude/zed-theme-codesandbox.git
Expand Down Expand Up @@ -202,6 +218,10 @@
path = extensions/d
url = https://github.com/staysail/zed-d.git

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

[submodule "extensions/dbml"]
path = extensions/dbml
url = https://github.com/shuklaayush/zed-dbml.git
Expand All @@ -222,6 +242,10 @@
path = extensions/dracula
url = https://github.com/dracula/zed.git

[submodule "extensions/duckyscript"]
path = extensions/duckyscript
url = https://github.com/Lalolog/duckyscript-zed-extension

[submodule "extensions/earthfile"]
path = extensions/earthfile
url = https://github.com/glehmann/earthfile.zed.git
Expand Down Expand Up @@ -262,6 +286,10 @@
path = extensions/exquisite
url = https://github.com/xqsit94/zed-xqsit-theme.git

[submodule "extensions/fennel"]
path = extensions/fennel
url = https://codeberg.org/mattly/zed-lang-fennel.git

[submodule "extensions/fish"]
path = extensions/fish
url = https://github.com/hasit/zed-fish.git
Expand Down Expand Up @@ -378,6 +406,10 @@
path = extensions/hex-light-theme
url = https://github.com/coghost/light-zed-theme

[submodule "extensions/hlsl"]
path = extensions/hlsl
url = https://github.com/igordreher/zed-hlsl

[submodule "extensions/horizon"]
path = extensions/horizon
url = https://github.com/ayn2op/zed-horizon.git
Expand Down Expand Up @@ -486,6 +518,10 @@
path = extensions/make
url = https://github.com/caius/zed-make.git

[submodule "extensions/malibu"]
path = extensions/malibu
url = https://github.com/michael-andreuzza/malibu-theme-zed.git

[submodule "extensions/mariana-theme"]
path = extensions/mariana-theme
url = https://github.com/biaqat/mariana-theme-zed.git
Expand Down Expand Up @@ -662,6 +698,10 @@
path = extensions/outrun
url = https://github.com/Acepie/OutrunZedTheme.git

[submodule "extensions/oxocarbon"]
path = extensions/oxocarbon
url = https://github.com/Takk8IS/oxocarbon-theme-for-zed.git

[submodule "extensions/pact"]
path = extensions/pact
url = https://github.com/kadena-community/pact-zed.git
Expand Down Expand Up @@ -714,6 +754,10 @@
path = extensions/powershell
url = https://github.com/wingyplus/zed-powershell.git

[submodule "extensions/pylsp"]
path = extensions/pylsp
url = https://github.com/rgbkrk/python-lsp-zed-extension.git

[submodule "extensions/python-refactoring"]
path = extensions/python-refactoring
url = https://github.com/rowillia/zed-python-refactoring.git
Expand Down
Loading

0 comments on commit 268917f

Please sign in to comment.