zed/extensions/proto/extension.toml
Peter 06bd2431d2
proto: Add language server support (#18763)
Closes #18762

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
2024-10-06 10:12:06 -04:00

16 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"]