feat(textproto): Add Textproto parser and queries (#5402)

* Add textproto parser and queries

* remove extra newline

* Apply suggestions from code review

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>

---------

Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
This commit is contained in:
PorterAtGoogle 2023-09-18 10:26:02 -06:00 committed by GitHub
parent f9034812d8
commit b4f6dd7298
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,7 @@
(message_value) @indent.begin
(message_value (close_squiggly) @indent.branch)
(scalar_list) @indent.begin
(scalar_list (close_square) @indent.branch)
(message_list) @indent.begin
(message_list (close_square) @indent.branch)