mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 22:34:13 +00:00
06bd2431d2
Closes #18762 Release Notes: - N/A --------- Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
15 lines
445 B
TOML
15 lines
445 B
TOML
id = "proto"
|
|
name = "Proto"
|
|
description = "Protocol Buffers support."
|
|
version = "0.1.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"]
|