| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | refactor(locals): fix type annotations and warnings | Riley Bruins | 2025-05-12 | 1 | -25/+15 | |
| | | ||||||
| * | tests(angular): don' reset filetype | Christian Clason | 2025-05-12 | 1 | -1/+0 | |
| | | | | | | `htmlangular` filetype support is now included in Nvim, so don't set the filetype. | |||||
| * | tests(gleam): fix assert tests that no longer parse correctly | Christian Clason | 2025-05-12 | 5 | -10/+11 | |
| | | ||||||
| * | feat(vim): update parser and queries | Christian Clason | 2025-05-12 | 2 | -1/+5 | |
| | | | | | | * add support for `:substitute` command * add support for `=` lua chunks | |||||
| * | feat(gdscript)!: update parser and queries | Christian Clason | 2025-05-12 | 2 | -5/+5 | |
| | | | | | `(underscore)` node was removed | |||||
| * | feat(parsers): update robot, earthfile, racket, javadoc, scheme, t32, tact, ↵ | Christian Clason | 2025-05-12 | 1 | -12/+12 | |
| | | | | | templ, kotlin, tcl, meson, mlir | |||||
| * | fix(indent): don't skip parsing for yaml | Christian Clason | 2025-05-12 | 1 | -12/+2 | |
| | | ||||||
| * | chore: remove lockfile and update script | Christian Clason | 2025-05-12 | 2 | -978/+0 | |
| | | | | | `main` branch and `parsers.lua` is the record of truth now | |||||
| * | refactor(lua): fix some luals warnings | Christian Clason | 2025-05-12 | 12 | -61/+61 | |
| | | ||||||
| * | feat(install)!: always generate from json if possible | Christian Clason | 2025-05-12 | 6 | -374/+347 | |
| | | ||||||
| * | feat(setup)!: remove ensure_install field | Christian Clason | 2025-05-12 | 7 | -46/+37 | |
| | | | | | | | | | 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. | |||||
| * | feat(parsers): update swift, tact, tcl, templ, mlir, kotlin, koto, elixir, ↵ | Christian Clason | 2025-05-12 | 1 | -19/+19 | |
| | | | | | php_only, ocaml, ocaml_interface, php, astro, slang, slim, blade, gleam, v, ledger | |||||
| * | feat: add .tsqueryrc.json | Christian Clason | 2025-05-12 | 3 | -0/+377 | |
| | | ||||||
| * | feat(parsers): update ziggy, ziggy_schema, bibtex, latex | Christian Clason | 2025-05-12 | 1 | -4/+4 | |
| | | ||||||
| * | feat(tcl)!: update parser and queries | Christian Clason | 2025-05-12 | 2 | -2/+4 | |
| | | ||||||
| * | feat(julia)!: update parser and queries | Christian Clason | 2025-05-12 | 2 | -9/+1 | |
| | | ||||||
| * | feat(parsers): update nickel, sql, devicetree, dhall, htmldjango, t32, gap, ↵ | Christian Clason | 2025-05-12 | 1 | -36/+36 | |
| | | | | | javadoc, templ, jinja, tera, verilog, meson, mlir, typespec, wit, phpdoc, superhtml, git_config, swift, terraform, vim, koto, rasi, rescript, bp, enforce, erlang, jinja_inline, cmake, fennel, comment, slint, elm, rust, hcl | |||||
| * | feat(html): use gsub for mimetype lookup | Christian Clason | 2025-05-12 | 6 | -35/+33 | |
| | | ||||||
| * | fix(install): skip tier 4 parsers when installing and updating | Christian Clason | 2025-05-12 | 6 | -40/+51 | |
| | | ||||||
| * | fix(install): don't prompt on installed parsers (skip) | Christian Clason | 2025-05-12 | 3 | -11/+5 | |
| | | | | | Use `:TSInstall!` or `force = true` to reinstall. | |||||
| * | fix(formatter): increase match limit | Christian Clason | 2025-05-12 | 5 | -54/+55 | |
| | | | | | | | Problem: Some very long patterns were not formatted correctly. Solution: Increase the match limit when iterating to 1024. | |||||
| * | feat(install): allow pass callback to `update()` | przepompownia | 2025-05-12 | 4 | -43/+56 | |
| | | | | | | | | Problem: cannot run `:TSUpdate synchronously` Solution: pass callback used after exiting jobs (like in `install-parsers`). | |||||
| * | fix(install): early return if parser_info does not exist | Sebastian Lyng Johansen | 2025-05-12 | 3 | -39/+41 | |
| | | ||||||
| * | feat(parsers): rework tiers | Christian Clason | 2025-05-12 | 9 | -571/+569 | |
| | | | | | | | | * stable: updates follow semver releases (todo) * unstable: updates follow HEAD (default) * unmaintained: no automatic updates * unsupported: no updates, cannot be installed | |||||
| * | fix(ci): update to changed neovim release name | Christian Clason | 2025-05-12 | 3 | -68/+73 | |
| | | ||||||
| * | fix(install): return error code in callback | Christian Clason | 2025-05-12 | 9 | -188/+202 | |
| | | ||||||
| * | feat(install)!: bump minimum tree-sitter version to 0.24 | Christian Clason | 2025-05-12 | 4 | -27/+26 | |
| | | ||||||
| * | ci(tests): add optional workflow for generating grammars | Christian Clason | 2025-05-12 | 6 | -159/+201 | |
| | | | | | run on PR by adding label `ci:generate` or manually | |||||
| * | feat(install): allow specifying max jobs | Christian Clason | 2025-05-12 | 2 | -3/+7 | |
| | | ||||||
| * | feat(config)!: remove auto_install | Christian Clason | 2025-05-12 | 5 | -87/+58 | |
| | | | | | use https://github.com/lewis6991/ts-install.nvim instead | |||||
| * | feat(install)!: drop support for git | Christian Clason | 2025-05-12 | 5 | -289/+295 | |
| | | | | | | | | | | Problem: Using git for installing parsers can lead to data loss if in a git commit buffer. Solution: Only support downloading via curl+tar, which are installed on all supported platforms (since Windows 10). Curl will also be required for WASM parsers (and for `vim.net.download()`). | |||||
| * | feat!: use tree-sitter build | Christian Clason | 2025-05-12 | 13 | -895/+440 | |
| | | ||||||
| * | feat!: track parser revision in Lua | Christian Clason | 2025-05-12 | 21 | -982/+994 | |
| | | | | | | | | | | | | Problem: Tracking parser revision in lockfile and allowing override through the parsers module complicates the code. In addition, only revision changes are handled robustly, not changes to other installation info. Solution: Track parser revision in the parsers module directly. Reload parser table on every install or update call. Support modifying parser table in a `User TSUpdate` autocommand. | |||||
| * | fix: vim.tbl_flatten is deprecated | Christian Clason | 2025-05-12 | 2 | -2/+2 | |
| | | ||||||
| * | feat(install)!: generate from json instead of requiring node | Christian Clason | 2025-05-12 | 10 | -484/+502 | |
| | | | | | | | | | | | | | 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). | |||||
| * | bot(readme): update | nvim-treesitter-bot[bot] | 2025-05-12 | 1 | -7/+7 | |
| | | ||||||
| * | feat(install)!: add explicit path field to parser info (#6476) | Christian Clason | 2025-05-12 | 3 | -77/+55 | |
| | | | | | | | | | | | | | | | | Problem: Using `url` for both remote repo and local path complicates the code. Solution: Add `path` field that overrides `url` and bypasses git-specific manipulations, i.e., the contents of the `path` are used as-is (no git repo needed). This means `:TSUpdate` will skip such parsers; use `:TSInstall!` instead after making local changes. --------- Co-authored-by: Lewis Russell <lewis6991@gmail.com> | |||||
| * | fix: do not use vim.iter (#6469) | Lewis Russell | 2025-05-12 | 4 | -35/+71 | |
| | | ||||||
| * | feat: improve logging of failed installs | Lewis Russell | 2025-05-12 | 2 | -135/+108 | |
| | | ||||||
| * | feat(install)!: remove support for C++ scanners | Christian Clason | 2025-05-12 | 3 | -18/+4 | |
| | | ||||||
| * | doc: better clarification of highlights/injections | Phạm Huy Hoàng | 2025-05-12 | 1 | -1/+2 | |
| | | ||||||
| * | fix(format): update scripts to support nightly (#6126) | Phạm Huy Hoàng | 2025-05-12 | 1 | -12/+27 | |
| | | | | | No need for assert as the use is contained within the script only | |||||
| * | fix: update add_predicate and add_directive calls for upstream (#6106) | Gregory Anders | 2025-05-12 | 1 | -14/+35 | |
| | | | | | | Update custom predicates and directives to handle multiple nodes per capture ID per changes upstream. | |||||
| * | fix: better output for update-lockfile | Christian Clason | 2025-05-12 | 1 | -13/+20 | |
| | | ||||||
| * | feat: improve check-queries | Christian Clason | 2025-05-12 | 1 | -58/+39 | |
| | | ||||||
| * | docs: update CONTRIBUTING.md | Christian Clason | 2025-05-12 | 1 | -19/+46 | |
| | | ||||||
| * | refactor: pull out predicate function | Lewis Russell | 2025-05-12 | 1 | -11/+9 | |
| | | ||||||
| * | fix: update vim.system types | Lewis Russell | 2025-05-12 | 1 | -2/+2 | |
| | | ||||||
| * | fix: remove downcase! directive use | Lewis Russell | 2025-05-12 | 1 | -2/+1 | |
| | | ||||||
| * | feat: allow a custom revision in install_info | Lewis Russell | 2025-05-12 | 2 | -0/+6 | |
| | | ||||||
