nvim-treesitter/queries/textproto/indents.scm
PorterAtGoogle b4f6dd7298
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>
2023-09-19 01:26:02 +09:00

7 lines
225 B
Scheme

(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)