zed/extensions/proto/extension.toml
Marshall Bowers 7c7151551a
proto: Bump to v0.2.0 (#18814)
This PR bumps the Protobuf extension to v0.2.0.

Changes:

- https://github.com/zed-industries/zed/pull/18763

Release Notes:

- N/A
2024-10-07 10:11:12 -04:00

15 lines
445 B
TOML

id = "proto"
name = "Proto"
description = "Protocol Buffers support."
version = "0.2.0"
schema_version = 1
authors = ["Zed Industries <support@zed.dev>"]
repository = "https://github.com/zed-industries/zed"
[grammars.proto]
repository = "https://github.com/zed-industries/tree-sitter-proto"
commit = "0848bd30a64be48772e15fbb9d5ba8c0cc5772ad"
[language_servers.protobuf-language-server]
name = "Protobuf Language Server"
languages = ["Proto"]