2024-03-02 00:00:55 +00:00
|
|
|
id = "gleam"
|
|
|
|
name = "Gleam"
|
2024-03-28 21:14:55 +00:00
|
|
|
description = "Gleam support."
|
2024-05-17 20:31:01 +00:00
|
|
|
version = "0.1.3"
|
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
|
|
|
|
|
|
|
[language_servers.gleam]
|
|
|
|
name = "Gleam LSP"
|
|
|
|
language = "Gleam"
|
|
|
|
|
|
|
|
[grammars.gleam]
|
|
|
|
repository = "https://github.com/gleam-lang/tree-sitter-gleam"
|
2024-05-17 20:21:44 +00:00
|
|
|
commit = "8432ffe32ccd360534837256747beb5b1c82fca1"
|
2024-05-24 19:44:32 +00:00
|
|
|
|
|
|
|
[slash_commands.gleam-project]
|
|
|
|
description = "Returns information about the current Gleam project."
|
|
|
|
requires_argument = false
|
2024-05-27 23:44:54 +00:00
|
|
|
tooltip_text = "Insert Gleam project data"
|
2024-07-01 21:58:21 +00:00
|
|
|
|
|
|
|
[slash_commands.gleam-docs]
|
|
|
|
description = "Returns Gleam docs."
|
|
|
|
requires_argument = true
|
|
|
|
tooltip_text = "Insert Gleam docs"
|
2024-07-02 23:49:20 +00:00
|
|
|
|
2024-07-03 15:10:51 +00:00
|
|
|
[indexed_docs_providers.gleam-hexdocs]
|