extension.toml
1id = "uiua"
2name = "Uiua"
3description = "Uiua support."
4version = "0.0.1"
5schema_version = 1
6authors = ["Max Brunsfeld <max@zed.dev>"]
7repository = "https://github.com/zed-industries/zed"
8
9[language_servers.uiua]
10name = "Uiua LSP"
11language = "Uiua"
12
13[grammars.uiua]
14repository = "https://github.com/shnarazk/tree-sitter-uiua"
15commit = "21dc2db39494585bf29a3f86d5add6e9d11a22ba"