docs: Update Zig Tree-sitter grammar link (#20708)

lines up with
https://github.com/zed-industries/zed/blob/main/extensions/zig/extension.toml

Release Notes:

- N/A
This commit is contained in:
chottolabs 2024-11-15 00:45:36 -05:00 committed by GitHub
parent 1855a312d0
commit c9546070ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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