extension.toml

 1id = "gleam"
 2name = "Gleam"
 3description = "Gleam support."
 4version = "0.2.0"
 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 = "426e67087fd62be5f4533581b5916b2cf010fb5b"
16
17[slash_commands.gleam-project]
18description = "Returns information about the current Gleam project."
19requires_argument = false
20
21[indexed_docs_providers.gleam-hexdocs]