mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(proto): add indents
This commit is contained in:
parent
081dfa6e0f
commit
bef7ec6f7a
1 changed files with 11 additions and 0 deletions
11
queries/proto/indents.scm
Normal file
11
queries/proto/indents.scm
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
(message_body)
|
||||
(enum_body)
|
||||
] @indent.begin
|
||||
|
||||
"}" @indent.end @indent.branch
|
||||
|
||||
[
|
||||
(ERROR)
|
||||
(comment)
|
||||
] @indent.auto
|
||||
Loading…
Add table
Add a link
Reference in a new issue