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:
parent
200b2bf70a
commit
06bd2431d2
6 changed files with 93 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue