summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/treesitter
AgeCommit message (Expand)AuthorFiles
2026-04-16fix(treesitter): TSNode:id() with NUL byte causes unreliable select() #39134altermo1
2026-04-09backport: feat(api): rename buffer to buf (#38899)Justin M. Keyes3
2026-04-02fix(treesitter): select reset to "v" visualmode()altermo1
2026-03-31fix(treesitter): select with node ending with unicode char (#38557)altermo1
2026-03-30docs: fix syntax errors in examples #38606skewb1k1
2026-03-25fix(treesitter): ignore stale fold refresh callbacksLewis Russell1
2026-03-25refactor(treesitter): use same visual-select as lsp #38475altermo1
2026-03-23refactor(treesitter)!: remove "all" option of Query:iter_matches #33070Gregory Anders1
2026-03-20docs: miscJustin M. Keyes1
2026-03-14refactor(treesitter): move range related functionsaltermo2
2026-03-13refactor(treesitter)!: get_parser return nil on error #37276nikolightsaber4
2026-03-13refactor: rename _ensure_integer => _assert_integerJustin M. Keyes1
2026-03-12refactor: integer functions, optimize asserts #34112Lewis Russell2
2026-03-11docs: api, messages, lsp, trustJustin M. Keyes1
2026-03-08feat(treesitter): incremental selectionaltermo1
2026-03-07refactor(lua): adapt to Stylua 2.4.0Christian Clason1
2026-03-07fix(treesitter): escape hyphen in lua patternStefan VanBuren1
2026-03-04fix(treesitter): normalize language aliasesStefan VanBuren1
2026-02-24fix(treesitter): InspectTree only show the largest injection #37906phanium1
2026-02-19fix(treesitter): :InspectTree wrong title for non-relative path #37965zeertzjq1
2026-02-12fix(treesitter): highlight group for EditQuery captures #36265Michele Campeotto2
2026-01-28refactor(lua): use vim.fs instead of fnamemodifyYochem van Rosmalen3
2026-01-15fix(treesitter): fix spell navigation on first line (#37361)ashab-k1
2025-12-30fix(treesitter): use metadata in :EditQuery captures #37116Peter Cardenas1
2025-12-21fix(treesitter.foldexpr): duplicate callbacks #37048Jaehwang Jung1
2025-12-20feat(health): show available queries for `treesitter` (#37005)Harsh Kapse1
2025-12-15Revert "refactor(treesitter): use scratch buffer for string parser" #36964Riley Bruins2
2025-12-14fix(treesitter): no injection highlighting on last line #36951Jaehwang Jung1
2025-12-02fix(treesitter): missing `nowait` for :InspectTree keymaps #36804Chris Grieser1
2025-11-18perf(treesitter): parse multiple ranges in languagetree, eliminate flickering...Riley Bruins2
2025-11-06fix(treesitter): reset next_col when performing intermediate highlightsRiley Bruins1
2025-10-24fix(outline): use 2-space indent instead of 1-spaceJustin M. Keyes1
2025-10-02refactor(treesitter): use scratch buffer for string parser #35988Riley Bruins2
2025-09-26fix(highlight): ensure extmark range is within buffer bounds #35928skewb1k1
2025-09-09fix(treesitter): use subpriorities for tree orderingbfredl1
2025-09-09perf(highlight): allow decoration providers to skip ranges without databfredl1
2025-09-01docs(treesitter): fix language-injection url #35592Yochem van Rosmalen1
2025-08-28perf: add on_range in treesitter highlightingvanaigr3
2025-08-28refactor(lua): consistent use of local aliasesChristian Clason3
2025-08-19fix(treesitter): run FileType autocmds in the context of `<abuf>`Sean Dewar1
2025-08-14fix(checkhealth): wrong ABI version for treesitter parsers #35327Jalil David Salamé Messina1
2025-08-12fix(treesitter): set local values of window optionsJaehwang Jung1
2025-07-28docs: lsp, ui events, dev guidance, osc7Justin M. Keyes1
2025-07-19fix(treesitter): ":EditQuery [lang]" with injected languages #34914Peter Cardenas3
2025-07-08docs: tag of `:EditQuery` #34844Phạm Bình An1
2025-07-08fix(health): floating window closes when opening TOC (gO) #34794glepnir1
2025-07-06fix(treesitter): inconsistent highlight of multiline combined injection #32619Artem1
2025-07-04fix(diagnostic): fix flaky errorLewis Russell1
2025-07-02fix(treesitter): ensure TSLuaTree is always immutableRodrigodd2
2025-06-25fix: map wincmd instead of remap #34635phanium1