mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 14:17:02 +00:00
e0e1103228
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
15 lines
368 B
TOML
15 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"
|