Skip to content

Commit

Permalink
Add Fountain extension (#1292)
Browse files Browse the repository at this point in the history
I created for now a very basic Fountain extension, based on the
documentation I could find and an existing treesitter addon.

---------

Co-authored-by: Marshall Bowers <[email protected]>
  • Loading branch information
LaPingvino and maxdeviant authored Aug 30, 2024
1 parent 52ddc15 commit 8982c55
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 @@ -322,6 +322,10 @@
path = extensions/fortran
url = https://github.com/Xavier-Maruff/zed-fortran.git

[submodule "extensions/fountain"]
path = extensions/fountain
url = https://github.com/LaPingvino/zed-fountain

[submodule "extensions/frosted-theme"]
path = extensions/frosted-theme
url = https://github.com/daviiiL/frosted-theme
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,10 @@ version = "0.0.1"
submodule = "extensions/fortran"
version = "0.0.2"

[fountain]
submodule = "extensions/fountain"
version = "0.0.2"

[frosted-theme]
submodule = "extensions/frosted-theme"
version = "0.0.1"
Expand Down
1 change: 1 addition & 0 deletions extensions/fountain
Submodule fountain added at 7d052b

0 comments on commit 8982c55

Please sign in to comment.