nvim-treesitter/scripts
Christian Clason 522e0c6991 feat(setup)!: remove ensure_install field
Instead, call `require('nvim-treesitter').install( { ... } )` manually.

This gives users full control over how they want to install parsers
(sync, from grammar, limited concurrency) and obviates the need for
calling `setup` for most users.
2025-05-12 18:43:40 +02:00
..
check-queries.lua feat!: track parser revision in Lua 2025-05-12 18:43:40 +02:00
ci-install.sh fix(ci): update to changed neovim release name 2025-05-12 18:43:40 +02:00
convert-lockfile.lua feat!: use tree-sitter build 2025-05-12 18:43:40 +02:00
format-queries.lua fix(formatter): increase match limit 2025-05-12 18:43:40 +02:00
install-parsers.lua feat(install): allow pass callback to update() 2025-05-12 18:43:40 +02:00
minimal_init.lua feat(setup)!: remove ensure_install field 2025-05-12 18:43:40 +02:00
run_tests.sh ci: remove update-lockfile shell script 2025-05-12 18:43:40 +02:00
update-parsers.lua feat(parsers): rework tiers 2025-05-12 18:43:40 +02:00
update-readme.lua feat!: use tree-sitter build 2025-05-12 18:43:40 +02:00