Skip to content

Commit

Permalink
Add cfml extension (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghedwards authored Sep 10, 2024
1 parent 61df97e commit 97f8044
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 @@ -182,6 +182,10 @@
path = extensions/cfengine
url = https://github.com/olehermanse/zed-cfengine.git

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

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

[cfml]
submodule = "extensions/cfml"
version = "0.1.5"

[chanterelle]
submodule = "extensions/chanterelle"
version = "0.0.1"
Expand Down
1 change: 1 addition & 0 deletions extensions/cfml
Submodule cfml added at 40eac4

0 comments on commit 97f8044

Please sign in to comment.