proto: Add language server support (#18763)

Closes #18762

Release Notes:

- N/A

---------

Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
This commit is contained in:
Peter 2024-10-06 16:12:06 +02:00 committed by GitHub
parent 200b2bf70a
commit 06bd2431d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 93 additions and 0 deletions

View file

@ -9,3 +9,7 @@ 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"]