zed/extensions/gleam/extension.toml
Marshall Bowers 5ce6c374b0
gleam: Revert version bump (#15908)
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
2024-08-07 10:27:34 -04:00

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]