| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(config): check both installed parsers and queries | Christian Clason | 2025-05-29 | 3 | -15/+21 |
| | | | | | | | | | | Problem: Can't uninstall custom parsers without queries since `installed_parsers` only iterates over installed queries (to include query-only languages, and to avoid string manipulation). Solution: Iterate over both queries and parsers to collect list of installed languages (optionally only queries or only parsers). | ||||
| * | fix(install): only install queries for bundled parsers | Christian Clason | 2025-05-29 | 1 | -10/+17 |
| | | |||||
| * | fix(install): don't skip un-tiered parsers | Christian Clason | 2025-05-29 | 1 | -1/+1 |
| | | |||||
| * | feat: add c3 (#7891) | Christian Buttner | 2025-05-28 | 1 | -0/+8 |
| | | |||||
| * | fix(health): only require ts>=v0.25 | Christian Clason | 2025-05-27 | 1 | -1/+1 |
| | | |||||
| * | fix(install): create cache dir if not existing | Christian Clason | 2025-05-26 | 1 | -0/+4 |
| | | |||||
| * | fix(swift): mark as unmaintained | Christian Clason | 2025-05-26 | 1 | -1/+1 |
| | | | | | | Prevent from updating parser with breaking changes until queries are adapted. | ||||
| * | fix(config): prepend install_dir to rtp | Christian Clason | 2025-05-25 | 1 | -1/+1 |
| | | |||||
| * | feat(parsers): update desktop, dtd, editorconfig, janet_simple, liquid, c, ↵ | Christian Clason | 2025-05-24 | 1 | -16/+16 |
| | | | | | v, perl, mlir, templ, vhdl, xml, xresources, yaml, tlaplus, cmake | ||||
| * | fix(install): return task object in API functions | Christian Clason | 2025-05-22 | 1 | -3/+3 |
| | | |||||
| * | feat(parsers): update markdown_inline, markdown, vimdoc, fsharp, pascal, ↵ | Christian Clason | 2025-05-18 | 1 | -11/+11 |
| | | | | | racket, lua, scheme, gleam, ocamllex, query | ||||
| * | feat(parsers): update javadoc, jq, hcl, query, smithy, earthfile, tcl, llvm, ↵ | Christian Clason | 2025-05-16 | 1 | -14/+14 |
| | | | | | godot_resource, git_config, terraform, teal, gdscript, mlir | ||||
| * | feat(install)!: migrate to latest async.nvim impl (#7856) | Lewis Russell | 2025-05-16 | 2 | -126/+760 |
| | | | | | Provides significantly simpler blocking installation and update. | ||||
| * | refactor(indent): use `node:byte_length() | Christian Clason | 2025-05-16 | 1 | -9/+1 |
| | | |||||
| * | feat(config)!: remove `ignore_install` | Christian Clason | 2025-05-16 | 2 | -17/+3 |
| | | | | | This was only useful for no longer supported `auto_install` option. | ||||
| * | docs: update to rewrite | Christian Clason | 2025-05-12 | 1 | -1/+1 |
| | | | | | | | | | | | | This updates * README * CONTRIBUTING * the `:h nvim-treesitter` documentation to the current state of `main`. It also adds a pull request template for adding a new language. | ||||
| * | feat(parsers): update t32, query, markdown, markdown_inline, meson, ↵ | Christian Clason | 2025-05-12 | 1 | -9/+9 |
| | | | | | hyprlang, mlir, cpp, cylc | ||||
| * | feat(parsers): update vim, gren, comment, purescript, elm, matlab, javadoc, ↵ | Christian Clason | 2025-05-12 | 1 | -11/+11 |
| | | | | | swift, godot_resource, query, vimdoc, ledger | ||||
| * | feat(locals)!: remove locals module | Christian Clason | 2025-05-12 | 1 | -457/+0 |
| | | | | | | | | | | Problem: `locals.lua` was neither used nor tested, and providing it goes against the goal of nvim-treesitter not being a required dependency for other plugins. Solution: Remove the module and document that the queries are provided as-is for limited backward compatibility only. | ||||
| * | refactor(locals): fix type annotations and warnings | Riley Bruins | 2025-05-12 | 1 | -25/+15 |
| | | |||||
| * | tests(gleam): fix assert tests that no longer parse correctly | Christian Clason | 2025-05-12 | 1 | -1/+2 |
| | | |||||
| * | feat(vim): update parser and queries | Christian Clason | 2025-05-12 | 1 | -1/+1 |
| | | | | | | * add support for `:substitute` command * add support for `=` lua chunks | ||||
| * | feat(gdscript)!: update parser and queries | Christian Clason | 2025-05-12 | 1 | -1/+1 |
| | | | | | `(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 |
| | | |||||
| * | refactor(lua): fix some luals warnings | Christian Clason | 2025-05-12 | 5 | -29/+28 |
| | | |||||
| * | feat(install)!: always generate from json if possible | Christian Clason | 2025-05-12 | 3 | -44/+12 |
| | | |||||
| * | feat(setup)!: remove ensure_install field | Christian Clason | 2025-05-12 | 2 | -13/+12 |
| | | | | | | | | | 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(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 | 1 | -1/+1 |
| | | |||||
| * | feat(julia)!: update parser and queries | Christian Clason | 2025-05-12 | 1 | -1/+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 | 1 | -1/+1 |
| | | |||||
| * | 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 | 2 | -11/+3 |
| | | | | | Use `:TSInstall!` or `force = true` to reinstall. | ||||
| * | fix(formatter): increase match limit | Christian Clason | 2025-05-12 | 1 | -49/+49 |
| | | | | | | | 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 | 2 | -36/+39 |
| | | | | | | | | 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 | 2 | -38/+39 |
| | | |||||
| * | feat(parsers): rework tiers | Christian Clason | 2025-05-12 | 3 | -242/+242 |
| | | | | | | | | * 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 | 1 | -64/+63 |
| | | |||||
| * | fix(install): return error code in callback | Christian Clason | 2025-05-12 | 3 | -173/+174 |
| | | |||||
| * | feat(install)!: bump minimum tree-sitter version to 0.24 | Christian Clason | 2025-05-12 | 3 | -25/+24 |
| | | |||||
| * | ci(tests): add optional workflow for generating grammars | Christian Clason | 2025-05-12 | 1 | -104/+102 |
| | | | | | run on PR by adding label `ci:generate` or manually | ||||
| * | feat(install): allow specifying max jobs | Christian Clason | 2025-05-12 | 1 | -2/+3 |
| | | |||||
| * | feat(config)!: remove auto_install | Christian Clason | 2025-05-12 | 2 | -78/+55 |
| | | | | | use https://github.com/lewis6991/ts-install.nvim instead | ||||
| * | feat(install)!: drop support for git | Christian Clason | 2025-05-12 | 3 | -270/+261 |
| | | | | | | | | | | 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 | 5 | -527/+141 |
| | | |||||
| * | feat!: track parser revision in Lua | Christian Clason | 2025-05-12 | 5 | -808/+779 |
| | | | | | | | | | | | | 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 | 1 | -1/+1 |
| | | |||||
