mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 05:00:16 +00:00
3a6e0bb9b6
This PR bumps the Gleam extension to v0.1.0. This version of the Gleam extension brings improved completion labels: <img width="572" alt="Screenshot 2024-04-10 at 3 30 25 PM" src="https://github.com/zed-industries/zed/assets/1486634/afca4563-c520-4f01-949f-2c8095769751"> Release Notes: - N/A
15 lines
402 B
TOML
15 lines
402 B
TOML
id = "gleam"
|
|
name = "Gleam"
|
|
description = "Gleam support."
|
|
version = "0.1.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 = "58b7cac8fc14c92b0677c542610d8738c373fa81"
|