mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-14 06:05:10 +00:00
ace8734b63
This PR reverts the addition of extension capabilities from #16953.
While these may end up being useful at some point, after some discussion
they don't seem like the exact fit for what we're looking to do right
now.
This reverts commit 8ec36f1e2b
.
Release Notes:
- N/A
21 lines
569 B
TOML
21 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]
|