zig: Extract to zed-extensions/zig repository (#26569)

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

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-03-12 14:28:26 -04:00 committed by GitHub
parent acf9b22466
commit a3ca5554fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 1 additions and 626 deletions

View file

@ -1,6 +1,6 @@
# Zig
Zig support is available through the [Zig extension](https://github.com/zed-industries/zed/tree/main/extensions/zig).
Zig support is available through the [Zig extension](https://github.com/zed-extensions/zig).
- Tree-sitter: [tree-sitter-zig](https://github.com/tree-sitter-grammars/tree-sitter-zig)
- Language Server: [zls](https://github.com/zigtools/zls)