2024-03-02 00:00:55 +00:00
|
|
|
id = "gleam"
|
|
|
|
name = "Gleam"
|
2024-03-28 21:14:55 +00:00
|
|
|
description = "Gleam support."
|
2024-08-14 22:14:19 +00:00
|
|
|
version = "0.2.0"
|
2024-03-20 21:33:26 +00:00
|
|
|
schema_version = 1
|
2024-03-02 00:00:55 +00:00
|
|
|
authors = ["Marshall Bowers <elliott.codes@gmail.com>"]
|
2024-03-19 21:26:06 +00:00
|
|
|
repository = "https://github.com/zed-industries/zed"
|
2024-03-02 00:00:55 +00:00
|
|
|
|
2024-08-27 15:10:58 +00:00
|
|
|
capabilities = [
|
|
|
|
{ kind = "download-file", host = "github.com", path_prefix = "gleam-lang/gleam" },
|
|
|
|
]
|
|
|
|
|
2024-03-02 00:00:55 +00:00
|
|
|
[language_servers.gleam]
|
|
|
|
name = "Gleam LSP"
|
|
|
|
language = "Gleam"
|
|
|
|
|
|
|
|
[grammars.gleam]
|
|
|
|
repository = "https://github.com/gleam-lang/tree-sitter-gleam"
|
2024-08-01 21:46:23 +00:00
|
|
|
commit = "426e67087fd62be5f4533581b5916b2cf010fb5b"
|
2024-05-24 19:44:32 +00:00
|
|
|
|
|
|
|
[slash_commands.gleam-project]
|
|
|
|
description = "Returns information about the current Gleam project."
|
|
|
|
requires_argument = false
|
2024-07-01 21:58:21 +00:00
|
|
|
|
2024-07-03 15:10:51 +00:00
|
|
|
[indexed_docs_providers.gleam-hexdocs]
|