aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/install-parsers.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(lua): fix some emmyluals warningsChristian Clason2025-12-061-2/+2
|
* fix(install): don't print operation summary by defaultChristian Clason2025-05-291-2/+2
| | | | | | | Problem: People complain about noisy `install()`. Solution: Gate operation summary behind `summary` install option (default false, set to true for interactive `:TS*` commands).
* fix(install): create cache dir if not existingChristian Clason2025-05-261-3/+0
|
* fix(install): return task object in API functionsChristian Clason2025-05-221-2/+2
|
* feat(install)!: migrate to latest async.nvim impl (#7856)Lewis Russell2025-05-161-15/+8
| | | | Provides significantly simpler blocking installation and update.
* feat!: update tier 1 parsers to versionsChristian Clason2025-05-121-1/+1
|
* refactor(lua): fix some luals warningsChristian Clason2025-05-121-1/+1
|
* feat(install): allow pass callback to `update()`przepompownia2025-05-121-6/+15
| | | | | | | Problem: cannot run `:TSUpdate synchronously` Solution: pass callback used after exiting jobs (like in `install-parsers`).
* fix(install): return error code in callbackChristian Clason2025-05-121-4/+7
|
* feat(install): allow specifying max jobsChristian Clason2025-05-121-1/+4
|
* feat(install)!: generate from json instead of requiring nodeChristian Clason2025-05-121-3/+17
| | | | | | | | | | | | 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).
* ci: remove update-lockfile shell scriptChristian Clason2025-05-121-0/+15