extension.toml

 1id = "gleam"
 2name = "Gleam"
 3description = "Gleam support for Zed"
 4version = "0.0.1"
 5authors = ["Marshall Bowers <elliott.codes@gmail.com>"]
 6repository = "https://github.com/zed-industries/zed"
 7
 8[language_servers.gleam]
 9name = "Gleam LSP"
10language = "Gleam"
11
12[grammars.gleam]
13repository = "https://github.com/gleam-lang/tree-sitter-gleam"
14commit = "58b7cac8fc14c92b0677c542610d8738c373fa81"