mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 22:34:13 +00:00
99c6389ff8
This PR bumps the Gleam extension to v0.1.3. Changes: - #11998 Release Notes: - N/A
15 lines
402 B
TOML
15 lines
402 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"
|