changed toml and query

This commit is contained in:
Brian Shu 2021-02-23 10:19:01 -05:00 committed by Kiyan
parent 7ffcaf4ee8
commit 8b4d267677
2 changed files with 16 additions and 1 deletions

12
queries/query/indents.scm Normal file
View file

@ -0,0 +1,12 @@
[
(list)
] @indent
[
(list)
]
[
"["
"]"
] @branch

View file

@ -1,8 +1,11 @@
[
(array)
(table_array_element)
(inline_table)
] @indent
[
"["
"]"
"{"
"}"
] @branch