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

@ -12,7 +12,12 @@
"]" @indent.branch @indent.end
")" @indent.end
[
")"
"?"
"*"
"+"
] @indent.end
; Captures always mark the end of a node
; Because of that, mark it as indent.end