nvim-treesitter/scripts
Riley Bruins a069bb62a8
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.
2024-11-11 11:59:21 +09:00
..
check-queries.lua feat(highlights)!: enforce documented captures (#6232) 2024-03-03 11:00:11 +01:00
ci-install.sh ci: Nvim 0.10 macos artifact name 2024-05-17 08:57:04 +02:00
compile_parsers.makefile fix(makefile): add forgotten CXX_STANDARD again 2022-02-09 21:34:14 +01:00
format-queries.lua fix: formatter idempotency for nested groupings (#7345) 2024-11-11 11:59:21 +09:00
minimal_init.lua fix(textproto): use 'pbtxt' filetype (#6427) 2024-04-11 18:03:22 +02:00
pre-push Luacheck: use config file to exclude files 2021-07-05 12:39:32 +02:00
run_tests.sh test: Add test name to summary output 2022-12-13 21:09:54 +01:00
update-lockfile.sh fix(scripts): actually skip lockfile updates 2024-03-12 09:55:48 +02:00
update-readme.lua ci: add shebangs to scripts 2023-08-18 11:09:57 +03:00
write-lockfile.lua fix(scripts): actually skip lockfile updates 2024-03-12 09:55:48 +02:00