aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
authorSol Fisher Romanoff2023-08-26 22:43:18 +0000
committerGitHub2023-08-26 22:43:18 +0000
commitaeaeb09f486c2bc7f8c563bceece03a0954576b9 (patch)
tree2d6ea594f518e593389dd95a3bf952c4b653c90a /languages.toml
parentc9694f680f97823ac9b893239a78bf45bfee0403 (diff)
add gemini language support (#8070)
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
index ca8e6815..c0b4bc6e 100644
--- a/languages.toml
+++ b/languages.toml
@@ -2794,3 +2794,13 @@ roots = []
[[grammar]]
name = "strace"
source = { git = "https://github.com/sigmaSd/tree-sitter-strace", rev = "a0f6c50ae4087a9299f055d0f30fe94fd98189a4" }
+
+[[language]]
+name = "gemini"
+scope = "source.gmi"
+file-types = ["gmi"]
+roots = []
+
+[[grammar]]
+name = "gemini"
+source = { git = "https://git.sr.ht/~sfr/tree-sitter-gemini", rev = "3cc5e4bdf572d5df4277fc2e54d6299bd59a54b3" }