mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
1fccda7b8d
Release Notes: - Adds textobject support to erlang, haskell, lua, php, prisma, proto, toml, and zig
15 lines
445 B
TOML
15 lines
445 B
TOML
id = "proto"
|
|
name = "Proto"
|
|
description = "Protocol Buffers support."
|
|
version = "0.2.1"
|
|
schema_version = 1
|
|
authors = ["Zed Industries <support@zed.dev>"]
|
|
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"]
|