neovim/test/functional/treesitter
Gregory Anders 6913c5e1d9
feat(treesitter)!: default to correct behavior for quantified captures (#30193)
For context, see https://github.com/neovim/neovim/pull/24738. Before
that PR, Nvim did not correctly handle captures with quantifiers. That
PR made the correct behavior opt-in to minimize breaking changes, with
the intention that the correct behavior would eventually become the
default. Users can still opt-in to the old (incorrect) behavior for now,
but this option will eventually be removed completely.

BREAKING CHANGE: Any plugin which uses `Query:iter_matches()` must
update their call sites to expect an array of nodes in the `match`
table, rather than a single node.
2024-09-01 18:01:53 +00:00
..
fold_spec.lua test: allow exec_lua to handle functions 2024-08-02 19:04:37 +01:00
highlight_spec.lua test: allow exec_lua to handle functions 2024-08-02 19:04:37 +01:00
inspect_tree_spec.lua test: allow exec_lua to handle functions 2024-08-02 19:04:37 +01:00
language_spec.lua feat(treesitter): add support for wasm parsers 2024-08-26 16:44:03 +02:00
node_spec.lua test: allow exec_lua to handle functions 2024-08-02 19:04:37 +01:00
parser_spec.lua feat(treesitter)!: default to correct behavior for quantified captures (#30193) 2024-09-01 18:01:53 +00:00
query_spec.lua feat(treesitter)!: default to correct behavior for quantified captures (#30193) 2024-09-01 18:01:53 +00:00
utils_spec.lua test: allow exec_lua to handle functions 2024-08-02 19:04:37 +01:00