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 07:45:36 +02:00
committed by GitHub
parent 1855a312d0
commit c9546070ac
+1 -1
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)