Skip to content

Commit

Permalink
Add OpenSCAD extension (zed-industries#1874)
Browse files Browse the repository at this point in the history
New extension with OpenSCAD language support
  • Loading branch information
dotcypress authored Jan 8, 2025
1 parent b4070ee commit db7f386
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 @@ -1066,6 +1066,10 @@
path = extensions/oolong
url = https://github.com/jmg-duarte/oolong-zed.git

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

[submodule "extensions/org"]
path = extensions/org
url = https://github.com/hron/zed-org
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,10 @@ version = "0.0.4"
submodule = "extensions/oolong"
version = "0.0.2"

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

[org]
submodule = "extensions/org"
version = "0.0.1"
Expand Down
1 change: 1 addition & 0 deletions extensions/openscad
Submodule openscad added at 39dae4

0 comments on commit db7f386

Please sign in to comment.