extension.toml

 1id = "gleam"
 2name = "Gleam"
 3description = "Gleam support."
 4version = "0.1.3"
 5schema_version = 1
 6authors = ["Marshall Bowers <elliott.codes@gmail.com>"]
 7repository = "https://github.com/zed-industries/zed"
 8
 9[language_servers.gleam]
10name = "Gleam LSP"
11language = "Gleam"
12
13[grammars.gleam]
14repository = "https://github.com/gleam-lang/tree-sitter-gleam"
15commit = "8432ffe32ccd360534837256747beb5b1c82fca1"
16
17[slash_commands.gleam-project]
18description = "Returns information about the current Gleam project."
19requires_argument = false
20tooltip_text = "Insert Gleam project data"
21
22[slash_commands.gleam-docs]
23description = "Returns Gleam docs."
24requires_argument = true
25tooltip_text = "Insert Gleam docs"
26
27[indexed_docs_providers.gleam-hexdocs]