extension.toml
1id = "proto"
2name = "Proto"
3description = "Protocol Buffers support."
4version = "0.2.2"
5schema_version = 1
6authors = ["Zed Industries <support@zed.dev>"]
7repository = "https://github.com/zed-industries/zed"
8
9[grammars.proto]
10repository = "https://github.com/zed-industries/tree-sitter-proto"
11commit = "0848bd30a64be48772e15fbb9d5ba8c0cc5772ad"
12
13[language_servers.protobuf-language-server]
14name = "Protobuf Language Server"
15languages = ["Proto"]