Add support for textproto language. (#11874)

This commit is contained in:
Sebastian Dörner 2024-11-20 22:57:30 +01:00 committed by GitHub
parent 6373027c9e
commit 3fd7ca334e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 59 additions and 0 deletions

View file

@ -344,6 +344,19 @@ indent = { tab-width = 2, unit = " " }
name = "protobuf"
source = { git = "https://github.com/yusdacra/tree-sitter-protobuf", rev = "19c211a01434d9f03efff99f85e19f967591b175"}
[[language]]
name = "textproto"
file-types = ["txtpb", "textpb", "textproto"]
comment-token = "#"
scope = "source.textproto"
indent = { tab-width = 2, unit = " " }
formatter = { command = "txtpbfmt" }
auto-format = true
[[grammar]]
name = "textproto"
source = { git = "https://github.com/PorterAtGoogle/tree-sitter-textproto", rev = "568471b80fd8793d37ed01865d8c2208a9fefd1b"}
[[language]]
name = "elixir"
scope = "source.elixir"