summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/treesitter/query_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-03-23refactor(treesitter)!: remove "all" option of Query:iter_matches #33070Gregory Anders1
2025-08-28perf: add on_range in treesitter highlightingvanaigr1
2025-03-26fix: temporarily disable 0.12 deprecation testsJustin M. Keyes1
2025-03-11feat(treesitter): allow disabling captures and patterns on TSQuery (#32790)Ian Chamberlain1
2025-02-26feat(lua): vim.text.indent()Justin M. Keyes1
2025-01-29feat(treesitter): support modelines in `query.set()` (#30257)Maria José Solano1
2025-01-12perf(treesitter): cache queries stronglyRiley Bruins1
2025-01-06refactor: split predicates and directivesvanaigr1
2024-11-13fix(treesitter): show proper node name error messagesRiley Bruins1
2024-10-11feat(treesitter): introduce child_with_descendant()Riley Bruins1
2024-09-21test: support upvalues in exec_luaLewis Russell1
2024-09-01feat(treesitter)!: default to correct behavior for quantified captures (#30193)Gregory Anders1
2024-08-02test: allow exec_lua to handle functionsLewis Russell1
2024-06-24perf(treesitter): remove unnecessary foldexpr loopRiley Bruins1
2024-05-16perf(treesitter): use child_containing_descendant() in has-ancestor? (#28512)vanaigr1
2024-04-29fix(treesitter): make tests for memoize more robustbfredl1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-27fix(treesitter): return correct match table in iter_captures()Lewis Russell1
2024-03-24test(treesitter): separate out query-related tests into query_specJongwook Choi1