mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-22 09:59:19 +00:00
5c7a8f779a
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
This PR provides extensions with the ability to define providers for indexing docs. Release Notes: - N/A
27 lines
739 B
TOML
27 lines
739 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 = "8432ffe32ccd360534837256747beb5b1c82fca1"
|
|
|
|
[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]
|