mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
90cf73b746
This PR updates the descriptions of some of the extensions to match the others. Release Notes: - N/A
16 lines
378 B
TOML
16 lines
378 B
TOML
id = "uiua"
|
|
name = "Uiua"
|
|
description = "Uiua support."
|
|
version = "0.0.1"
|
|
schema_version = 1
|
|
authors = ["Max Brunsfeld <max@zed.dev>"]
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
[language_servers.uiua]
|
|
name = "Uiua LSP"
|
|
language = "Uiua"
|
|
|
|
[grammars.uiua]
|
|
repository = "https://github.com/shnarazk/tree-sitter-uiua"
|
|
commit = "21dc2db39494585bf29a3f86d5add6e9d11a22ba"
|