zed/extensions/zig/extension.toml
Marshall Bowers e0e1103228
zig: Bump to v0.1.0 (#10481)
This PR bumps the Zig extension to v0.1.0.

This version of the extension has been updated to use v0.0.6 of the
`zed_extension_api`.

It also adds support for treating `.zig.zon` files as Zig files
(#10012).

Release Notes:

- N/A
2024-04-12 12:30:29 -04:00

16 lines
368 B
TOML

id = "zig"
name = "Zig"
description = "Zig support."
version = "0.1.0"
schema_version = 1
authors = ["Allan Calix <contact@acx.dev>"]
repository = "https://github.com/zed-industries/zed"
[language_servers.zls]
name = "zls"
language = "Zig"
[grammars.zig]
repository = "https://github.com/maxxnino/tree-sitter-zig"
commit = "0d08703e4c3f426ec61695d7617415fff97029bd"