Skip to content

Commit

Permalink
Add COBOL extension
Browse files Browse the repository at this point in the history
  • Loading branch information
willswire committed Dec 21, 2024
1 parent fdfd170 commit 3562de7
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 @@ -238,6 +238,10 @@
path = extensions/cobalt2
url = https://github.com/wesbos/cobalt2-zed.git

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

[submodule "extensions/code-stats"]
path = extensions/code-stats
url = https://github.com/maxdeviant/zed-code-stats.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ version = "0.0.3"
submodule = "extensions/cobalt2"
version = "0.1.0"

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

[code-stats]
submodule = "extensions/code-stats"
version = "0.2.3"
Expand Down
1 change: 1 addition & 0 deletions extensions/cobol
Submodule cobol added at 8be25a

0 comments on commit 3562de7

Please sign in to comment.