summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/treesitter
AgeCommit message (Expand)AuthorFiles
2026-04-22feat(treesitter): expand selection to sibling node #38938altermo1
2026-04-17test(lsp): extract buf/util parts from lsp_spec.lua #39149Yi Ming1
2026-04-16fix(treesitter): TSNode:id() with NUL byte causes unreliable select() #39134altermo1
2026-04-16fix(treesitter): restore highlighting on 32 bit systems #39091Barrett Ruth1
2026-03-31fix(treesitter): select with node ending with unicode char (#38557)altermo1
2026-03-24docs: api, plugins, ui2Justin M. Keyes1
2026-03-23test: issue #35575vanaigr1
2026-03-23refactor(treesitter)!: remove "all" option of Query:iter_matches #33070Gregory Anders1
2026-03-20test(treesitter): skip unreliable select test #38391altermo1
2026-03-13refactor(treesitter)!: get_parser return nil on error #37276nikolightsaber2
2026-03-11docs: api, messages, lsp, trustJustin M. Keyes2
2026-03-08feat(treesitter): incremental selectionaltermo1
2026-03-04fix(treesitter): normalize language aliasesStefan VanBuren1
2026-02-26test(treesitter/fold_spec): fix flaky test (#38075)zeertzjq1
2026-02-24fix(treesitter): InspectTree only show the largest injection #37906phanium1
2026-02-20test: start test runners in Xtest_xdg dir (#37964)zeertzjq2
2026-02-19fix(treesitter): :InspectTree wrong title for non-relative path #37965zeertzjq1
2026-01-15fix(treesitter): fix spell navigation on first line (#37361)ashab-k1
2025-12-15Revert "refactor(treesitter): use scratch buffer for string parser" #36964Riley Bruins1
2025-10-02refactor(treesitter): use scratch buffer for string parser #35988Riley Bruins1
2025-10-01fix(treesitter): don't add final newline if not present #35970Riley Bruins1
2025-09-24test: remove a few more redundant clear() calls (#35903)zeertzjq3
2025-08-28perf: add on_range in treesitter highlightingvanaigr1
2025-08-21fix(folds): error when deleting lines at end of buffer #35396tao1
2025-08-19fix(treesitter): run FileType autocmds in the context of `<abuf>`Sean Dewar1
2025-07-13test(fold): flaky "doesn't open folds that are not touched" #34911Justin M. Keyes1
2025-07-06fix(treesitter): inconsistent highlight of multiline combined injection #32619Artem1
2025-07-02test(treesitter): test tree:root() is idempotentRodrigodd1
2025-06-13docs: vim.fs., diagnostics, lsp #34402Justin M. Keyes1
2025-06-13feat(treesitter)!: apply `offset!` directive to all captures #34383Riley Bruins2
2025-06-09ci: skip flaky fold test on freebsd/cirrusJustin M. Keyes1
2025-06-09vim-patch:9.1.1439: Last diff folds not merged (#34380)zeertzjq1
2025-06-06test(treesitter): test node access after tree editRodrigodd1
2025-05-24build(deps): bump tree-sitter-c to v0.24.1Christian Clason1
2025-05-24fix(treesitter): properly clip nested injectionsRiley Bruins1
2025-05-09test(treesitter): add flaky test to TEST_SKIP_FRAGILE #33912Natanael Copa1
2025-05-06fix(treesitter): invalidate conceal_lines cache earlier #33875luukvbaal1
2025-04-24fix(messages): clear 'showmode' message after insert_expand #33607luukvbaal1
2025-04-13fix(treesitter): injected lang ranges may cross capture boundaries #32549Riley Bruins1
2025-03-28refactor(treesitter): simplify injection retrieval #33104Riley Bruins1
2025-03-26fix: temporarily disable 0.12 deprecation testsJustin M. Keyes1
2025-03-11feat(treesitter): allow disabling captures and patterns on TSQuery (#32790)Ian Chamberlain2
2025-03-01feat(treesitter): add more metadata to `language.inspect()` (#32657)Lewis Russell1
2025-02-26feat(lua): vim.text.indent()Justin M. Keyes3
2025-02-25fix(treesitter): nil check query for has_conceal_lineLuuk van Baal1
2025-02-25feat(treesitter): vertical conceal support for highlighterLuuk van Baal1
2025-02-25test: combined injections (#32611)Artem1
2025-02-21fix(treesitter): `TSNode:field()` returns all children with the given fieldRiley Bruins1
2025-02-21perf(treesitter): only search for injections within the parse rangeRiley Bruins1
2025-02-19fix(treesitter): avoid computing fold levels for empty bufferLuuk van Baal1