mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-08 10:02:56 +00:00
585e8671e3
Release Notes: - N/A --------- Co-authored-by: Marshall <marshall@zed.dev>
15 lines
385 B
TOML
15 lines
385 B
TOML
id = "uiua"
|
|
name = "Uiua"
|
|
description = "Uiua support for Zed"
|
|
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"
|