fix(query): proper indentation after quantifiers

This commit is contained in:
Riley Bruins 2024-08-02 06:05:25 -07:00 committed by 再生花
parent 8453015093
commit 09bad640e4
3 changed files with 19 additions and 2 deletions

View file

@ -38,4 +38,13 @@
"toplevel"
"list"
] @variable
[
(parent
(child))+
(parent
(child))*
(parent
(child))?
] @cap
((