mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
90cf73b746
This PR updates the descriptions of some of the extensions to match the others. Release Notes: - N/A
16 lines
402 B
TOML
16 lines
402 B
TOML
id = "gleam"
|
|
name = "Gleam"
|
|
description = "Gleam support."
|
|
version = "0.0.2"
|
|
schema_version = 1
|
|
authors = ["Marshall Bowers <elliott.codes@gmail.com>"]
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
[language_servers.gleam]
|
|
name = "Gleam LSP"
|
|
language = "Gleam"
|
|
|
|
[grammars.gleam]
|
|
repository = "https://github.com/gleam-lang/tree-sitter-gleam"
|
|
commit = "58b7cac8fc14c92b0677c542610d8738c373fa81"
|