nvim-treesitter/scripts
Christian Clason 5a38df5627 feat(install)!: generate from json instead of requiring node
Problem: Many parsers require node/npm to evaluate the `grammar.js`
before being able to generate a parser from it.

Solution: Generate from `grammar.json` instead, which is fully resolved.
Drops `node` and `npm` as (optional) requirements for nvim-treesitter.

Note that this requires parsers to commit the generated json iff the
grammar requires evaluation (which is currently the case for all tracked
languages).
2025-05-12 18:43:40 +02:00
..
check-queries.lua feat: improve check-queries 2025-05-12 18:43:40 +02:00
ci-install.sh feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00
format-queries.lua fix(format): update scripts to support nightly (#6126) 2025-05-12 18:43:40 +02:00
install-parsers.lua feat(install)!: generate from json instead of requiring node 2025-05-12 18:43:40 +02:00
minimal_init.lua ci: remove update-lockfile shell script 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-lockfile.lua fix: better output for update-lockfile 2025-05-12 18:43:40 +02:00
update-readme.lua feat(install)!: generate from json instead of requiring node 2025-05-12 18:43:40 +02:00