summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/treesitter/dev.lua
AgeCommit message (Expand)AuthorFiles
2026-04-08feat(api): rename buffer to buf #35330Jordan1
2026-03-13refactor(treesitter)!: get_parser return nil on error #37276nikolightsaber1
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 Campeotto1
2026-01-28refactor(lua): use vim.fs instead of fnamemodifyYochem van Rosmalen1
2025-12-30fix(treesitter): use metadata in :EditQuery captures #37116Peter Cardenas1
2025-12-02fix(treesitter): missing `nowait` for :InspectTree keymaps #36804Chris Grieser1
2025-08-28refactor(lua): consistent use of local aliasesChristian Clason1
2025-08-12fix(treesitter): set local values of window optionsJaehwang Jung1
2025-07-19fix(treesitter): ":EditQuery [lang]" with injected languages #34914Peter Cardenas1
2025-06-25fix: map wincmd instead of remap #34635phanium1
2025-06-06fix: type fixesLewis Russell1
2025-05-02fix(treesitter): close `:InspectTree` with `q`Christian Clason1
2025-04-16fix(treesitter): fix `:InspectTree` incorrect injectionsyuukibarns1
2025-03-11fix: warn when :InspectTree on buffer with no parser #32783phanium1
2025-02-05feat(treesitter): show which nodes are missing in InspectTreeRiley Bruins1
2025-01-27fix: resolve all remaining LuaLS diagnosticsLewis Russell1
2025-01-14refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano1
2025-01-14refactor: use nvim.foo.bar format for namespacesMaria José Solano1
2024-11-14fix(treesitter): keep treeview open if source window is still open #31198Hyker1
2024-11-12fix(treesitter): add 'QuitPre' event to autocommands in inspect_treehykerr1
2024-11-03fix(treesitter): close InspectTree/EditQuery window on BufUnload (#31036)zeertzjq1
2024-10-17perf(validate): use lighter versionLewis Russell1
2024-10-01fix(treesitter): indent size for inspect_tree #28727Jongwook Choi1
2024-09-28fix(treesitter): specify success status in edit_query return valueRiley Bruins1
2024-09-28fix(treesitter): suppress get_parser warnings via opts.errorRiley Bruins1
2024-09-27fix(treesitter): EditQuery shows swapfile ATTENTION #30536Justin M. Keyes1
2024-09-13feat(treesitter): start moving get_parser to return nil #30313Riley Bruins1
2024-07-29fix(treesitter): highlight anonymous nodes in inspect_treeRiley Bruins1
2024-07-05fix(treesitter): display fields for anonymous nodes in :InspectTreeRiley Bruins1
2024-06-04refactor(lua): use tuple syntax everywhere #29111Ilia Choly1
2024-05-27fix(treesitter): find buffer in multiple windows #28922Guilherme Soares1
2024-05-03fix(treesitter): escape "\" in :InspectTree #28613Riley Bruins1
2024-03-01docs: improve/add documentation of Lua typesLewis Russell1
2024-02-22feat(treesitter): add folding for `InspectTree` (#27518)再生花1
2024-02-06feat(treesitter): show root nodes in :InspectTree (#26944)altermo1
2024-02-05feat(treesitter): use 0-based indexing to show ranges in `:InspectTree`Jongwook Choi1
2024-02-04fix(treesitter): inspect-tree remember opts on buf changealtermo1
2024-01-28docs: enforce "treesitter" spelling #27110Jongwook Choi1
2024-01-08docs(treesitter): improve 'no parser' error message for InspectTreeJongwook Choi1
2023-11-30fix: Remove nested for_each_tree in TSTreeView (#26328)Pham Huy Hoang1
2023-11-30fix(treesitter): fix parens stacking in inspector display (#26304)Gregory Anders1
2023-11-29fix(treesitter): adjust indentation in inspector highlights (#26302)Gregory Anders1
2023-11-29docs: document TSNode:byte_length() (#26287)Gregory Anders1
2023-11-29fix(treesitter): make InspectTree correctly handle nested injections (#26085)Pham Huy Hoang1
2023-11-29fix(treesitter): use proper query syntax for inspector (#26274)Gregory Anders1
2023-10-19fix(treesitter): set cursor position when opening inspectorMaria José Solano1
2023-10-17fix(treesitter): check that buf is loaded in autocommands (#25679)Maria José Solano1
2023-09-23docs: fix type warningsMaria José Solano1