proto: Add two language servers and change used grammar (#44440)

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.
This commit is contained in:
Finn Evers
2025-12-15 11:54:08 +01:00
committed by GitHub
parent dd13c95158
commit 693b978c8d
11 changed files with 358 additions and 57 deletions

2
Cargo.lock generated
View File

@@ -20828,7 +20828,7 @@ dependencies = [
name = "zed_proto"
version = "0.2.3"
dependencies = [
"zed_extension_api 0.1.0",
"zed_extension_api 0.7.0",
]
[[package]]