queries: improve indents
This commit is contained in:
parent
95479ef189
commit
1395b25364
1 changed files with 6 additions and 1 deletions
|
@ -1,12 +1,17 @@
|
|||
[
|
||||
(block)
|
||||
(class_block)
|
||||
(class_list)
|
||||
(attr_value_list)
|
||||
(ERROR . "{")
|
||||
(ERROR . "[")
|
||||
] @indent.begin
|
||||
|
||||
|
||||
[
|
||||
"}"
|
||||
"]"
|
||||
] @indent.branch
|
||||
] @indent.branch @indent.end
|
||||
|
||||
[
|
||||
(line_comment)
|
||||
|
|
Loading…
Reference in a new issue