mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
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. |
||
|---|---|---|
| .. | ||
| check-queries.lua | ||
| ci-install.sh | ||
| compile_parsers.makefile | ||
| format-queries.lua | ||
| minimal_init.lua | ||
| pre-push | ||
| run_tests.sh | ||
| update-lockfile.sh | ||
| update-readme.lua | ||
| write-lockfile.lua | ||