uiua: Extract to zed-extensions/uiua repository (#26587)

This PR extracts the Uiua extension to the
[zed-extensions/uiua](https://github.com/zed-extensions/uiua)
repository.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-03-12 15:55:37 -04:00 committed by GitHub
parent c8b782d870
commit 3ec323ce0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 1 additions and 132 deletions

View file

@ -2,7 +2,7 @@
[Uiua](https://www.uiua.org/) is a general purpose, stack-based, array-oriented programming language with a focus on simplicity, beauty, and tacit code.
Uiua support is available through the [Uiua extension](https://github.com/zed-industries/zed/tree/main/extensions/uiua).
Uiua support is available through the [Uiua extension](https://github.com/zed-extensions/uiua).
- Tree-sitter: [shnarazk/tree-sitter-uiua](https://github.com/shnarazk/tree-sitter-uiua)
- Language Server: [uiua-lang/uiua](https://github.com/uiua-lang/uiua/)