Closes #43784 Closes #44375 Closes #21057 This PR updates the Proto extension to include support for two new language servers as well as an updated grammar for better highlighting. Release Notes: - Improved Proto support to work better out of the box.
25 lines
567 B
TOML
25 lines
567 B
TOML
id = "proto"
|
|
name = "Proto"
|
|
description = "Protocol Buffers support."
|
|
version = "0.2.3"
|
|
schema_version = 1
|
|
authors = ["Zed Industries <support@zed.dev>"]
|
|
repository = "https://github.com/zed-industries/zed"
|
|
|
|
[grammars.proto]
|
|
repository = "https://github.com/coder3101/tree-sitter-proto"
|
|
commit = "a6caac94b5aa36b322b5b70040d5b67132f109d0"
|
|
|
|
|
|
[language_servers.buf]
|
|
name = "Buf"
|
|
languages = ["Proto"]
|
|
|
|
[language_servers.protobuf-language-server]
|
|
name = "Protobuf Language Server"
|
|
languages = ["Proto"]
|
|
|
|
[language_servers.protols]
|
|
name = "Protols"
|
|
languages = ["Proto"]
|