diff options
fix: formatter idempotency for nested groupings (#7345)
Currently, for something like `(((((node))))) @cap`, the formatter will
produce `((node)) @cap`, and then after another pass it will produce
`(node) @cap`. This commit makes it so that all extraneous parentheses
are removed on the first pass.
Diffstat (limited to 'tests/query/highlights/python/pattern_matching.py')
0 files changed, 0 insertions, 0 deletions
