| Commit message (Expand) | Author | Age | Files | Lines |
| * | feat(setup)!: remove ensure_install field | Christian Clason | 2025-05-12 | 7 | -46/+37 |
| * | feat(parsers): update swift, tact, tcl, templ, mlir, kotlin, koto, elixir, ph... | Christian Clason | 2025-05-12 | 1 | -19/+19 |
| * | 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, j... | Christian Clason | 2025-05-12 | 1 | -36/+36 |
| * | 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 |
| * | fix(formatter): increase match limit | Christian Clason | 2025-05-12 | 5 | -54/+55 |
| * | feat(install): allow pass callback to `update()` | przepompownia | 2025-05-12 | 4 | -43/+56 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | feat(install)!: drop support for git | Christian Clason | 2025-05-12 | 5 | -289/+295 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | fix: update add_predicate and add_directive calls for upstream (#6106) | Gregory Anders | 2025-05-12 | 1 | -14/+35 |
| * | 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 |
| * | fix!: indents now rely on treesitter highlight | Pham Huy Hoang | 2025-05-12 | 2 | -45/+27 |
| * | docs(readme): document 'location' key | Christian Clason | 2025-05-12 | 1 | -6/+7 |
| * | tests: remove set ft | Pham Huy Hoang | 2025-05-12 | 3 | -3/+0 |
| * | fix: cleanup diagnostics | Lewis Russell | 2025-05-12 | 2 | -49/+39 |
| * | fix: add stricter cc options (#5063) | Lewis Russell | 2025-05-12 | 1 | -2/+30 |
| * | fix: remove upstreamed directives | Christian Clason | 2025-05-12 | 7 | -135/+11 |
| * | fix: always normalize paths | TheLeoP | 2025-05-12 | 2 | -2/+2 |
| * | fix: check if config has install_info in filter | TheLeoP | 2025-05-12 | 1 | -1/+2 |
| * | fix: check queries in needs_update() | Lewis Russell | 2025-05-12 | 1 | -1/+10 |
| * | fix: filter languages through parser.configs | Lewis Russell | 2025-05-12 | 1 | -2/+6 |