mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
1fccda7b8d
Release Notes: - Adds textobject support to erlang, haskell, lua, php, prisma, proto, toml, and zig
15 lines
380 B
TOML
15 lines
380 B
TOML
id = "zig"
|
|
name = "Zig"
|
|
description = "Zig support."
|
|
version = "0.3.2"
|
|
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/tree-sitter-grammars/tree-sitter-zig"
|
|
commit = "eb7d58c2dc4fbeea4745019dee8df013034ae66b"
|