mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -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
|
(set) @fold
|
||||||
|
|
||||||
(let) @fold
|
(let) @fold
|
||||||
|
|
||||||
(call) @fold
|
(call) @fold
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
[
|
[
|
||||||
(set)
|
(set)
|
||||||
(let)
|
(let)
|
||||||
(call)
|
(call)
|
||||||
] @indent.begin
|
] @indent.begin
|
||||||
|
|
||||||
[
|
[
|
||||||
"]"
|
"]"
|
||||||
"}"
|
"}"
|
||||||
")"
|
")"
|
||||||
] @indent.branch @indent.end
|
] @indent.branch @indent.end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue