Skip to content

Commit

Permalink
Add cpp2 extension (#1362)
Browse files Browse the repository at this point in the history
C++2 as implemented by the
[cppfront](https://github.com/hsutter/cppfront) compiler.
  • Loading branch information
tsoj committed Sep 4, 2024
1 parent 0ce0de7 commit d20b49c
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 @@ -206,6 +206,10 @@
path = extensions/cosmos
url = https://github.com/nauvalazhar/cosmos.git

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

[submodule "extensions/csv"]
path = extensions/csv
url = https://github.com/huacnlee/zed-csv.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ version = "0.0.4"
submodule = "extensions/cosmos"
version = "0.0.1"

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

[csharp]
submodule = "extensions/zed"
path = "extensions/csharp"
Expand Down
1 change: 1 addition & 0 deletions extensions/cpp2
Submodule cpp2 added at 83f7bc

0 comments on commit d20b49c

Please sign in to comment.