Skip to content

Commit

Permalink
Add hlsl extension (#1276)
Browse files Browse the repository at this point in the history
Co-authored-by: Marshall Bowers <[email protected]>
  • Loading branch information
igordreher and maxdeviant authored Aug 23, 2024
1 parent 005c89d commit 6d07c07
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 @@ -382,6 +382,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
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,10 @@ version = "0.1.1"
submodule = "extensions/hex-light-theme"
version = "0.0.2"

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

[horizon]
submodule = "extensions/horizon"
version = "0.0.1"
Expand Down
1 change: 1 addition & 0 deletions extensions/hlsl
Submodule hlsl added at 5b1b16

0 comments on commit 6d07c07

Please sign in to comment.