mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-15 06:40:17 +00:00
5ce6c374b0
This PR reverts a version bump to the Gleam extension that was included in #15866, as we're not ready to publish a new version. Release Notes: - N/A
27 lines
737 B
TOML
27 lines
737 B
TOML
id = "gleam"
|
|
name = "Gleam"
|
|
description = "Gleam support."
|
|
version = "0.1.3"
|
|
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 = "426e67087fd62be5f4533581b5916b2cf010fb5b"
|
|
|
|
[slash_commands.gleam-project]
|
|
description = "Returns information about the current Gleam project."
|
|
requires_argument = false
|
|
tooltip_text = "Insert Gleam project data"
|
|
|
|
[slash_commands.gleam-docs]
|
|
description = "Returns Gleam docs."
|
|
requires_argument = true
|
|
tooltip_text = "Insert Gleam docs"
|
|
|
|
[indexed_docs_providers.gleam-hexdocs]
|