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
9capabilities = [
10 { kind = "download-file", host = "github.com", path_prefix = "gleam-lang/gleam" },
11]
12
13[language_servers.gleam]
14name = "Gleam LSP"
15language = "Gleam"
16
17[grammars.gleam]
18repository = "https://github.com/gleam-lang/tree-sitter-gleam"
19commit = "426e67087fd62be5f4533581b5916b2cf010fb5b"
20
21[slash_commands.gleam-project]
22description = "Returns information about the current Gleam project."
23requires_argument = false
24
25[indexed_docs_providers.gleam-hexdocs]