zed/extensions/gleam/extension.toml
Marshall Bowers cb423bcb6f
Remove tooltip_text from extension manifests (#16312)
This PR removes the `tooltip_text` from the extension manifests.

We stopped reading this value in #16306, as it wasn't being used, so we
don't need to include it in the manifest anymore.

Release Notes:

- N/A
2024-08-15 15:54:53 -04:00

22 lines
569 B
TOML

id = "gleam"
name = "Gleam"
description = "Gleam support."
version = "0.2.0"
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
[indexed_docs_providers.gleam-hexdocs]