mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
style: format queries
This commit is contained in:
parent
c920b668f8
commit
87bc770e60
2 changed files with 8 additions and 6 deletions
|
|
@ -1,3 +1,5 @@
|
|||
(set) @fold
|
||||
|
||||
(let) @fold
|
||||
|
||||
(call) @fold
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
[
|
||||
(set)
|
||||
(let)
|
||||
(call)
|
||||
(set)
|
||||
(let)
|
||||
(call)
|
||||
] @indent.begin
|
||||
|
||||
[
|
||||
"]"
|
||||
"}"
|
||||
")"
|
||||
"]"
|
||||
"}"
|
||||
")"
|
||||
] @indent.branch @indent.end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue