mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
7c7151551a
This PR bumps the Protobuf extension to v0.2.0. Changes: - https://github.com/zed-industries/zed/pull/18763 Release Notes: - N/A
15 lines
445 B
TOML
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"]
|