Skip to content

Commit

Permalink
Add gemini extension (#540)
Browse files Browse the repository at this point in the history
Gemini gemtext syntax highlighter.
Tree-Sitter Grammar: https://git.sr.ht/~nbsp/tree-sitter-gemini

---------

Signed-off-by: Christian Lee Seibold <christian.seibold32@outlook.com>
Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
  • Loading branch information
clseibold and maxdeviant authored Apr 15, 2024
1 parent e647d4e commit 3963c30
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 @@ -90,6 +90,10 @@
path = extensions/gdscript
url = https://github.com/grndctrl/zed-gdscript.git

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

[submodule "extensions/gentle-dark"]
path = extensions/gentle-dark
url = https://github.com/gentlelionstudios/gentle-dark-zed.git
Expand Down
4 changes: 4 additions & 0 deletions extensions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@ version = "1.0.0"
submodule = "extensions/gdscript"
version = "0.0.2"

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

[gentle-dark]
submodule = "extensions/gentle-dark"
version = "0.0.2"
Expand Down
1 change: 1 addition & 0 deletions extensions/gemini
Submodule gemini added at 329e0d

0 comments on commit 3963c30

Please sign in to comment.