summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/treesitter
AgeCommit message (Expand)AuthorFiles
2024-03-12feat(treesitter): support URLs (#27132)Gregory Anders1
2024-03-09docs: support inline markdownLewis Russell2
2024-03-09feat!: remove deprecated functionsdundargoc2
2024-03-06refactor(types): more fixes (2)Lewis Russell3
2024-03-01docs: improve/add documentation of Lua typesLewis Russell6
2024-02-27feat(docs): replace lua2dox.luaLewis Russell4
2024-02-25refactor(types): fix miscellaneous type warningsMaria José Solano1
2024-02-22feat(treesitter): add folding for `InspectTree` (#27518)再生花1
2024-02-16fix: fix iter_matches call in query linter (#27496)Gregory Anders1
2024-02-16fix(treesitter): correctly handle query quantifiers (#24738)Thomas Vigouroux4
2024-02-08refactor(treesitter): {start,stop} are optional in Query:iter_* methodsJongwook Choi1
2024-02-08refactor(treesitter): typing for Query, TSQuery, and TSQueryInfoJongwook Choi3
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-02-03refactor: create function for deferred loadingdundargoc3
2024-01-28docs: enforce "treesitter" spelling #27110Jongwook Choi1
2024-01-27revert: "feat(treesitter): add foldtext with treesitter highlighting"Till Bungert1
2024-01-24fix(treesitter): avoid # of nil in _query_linterDaniel Kongsgaard1
2024-01-24fix(treesitter): prefix treesitter types with vimPhạm Huy Hoàng3
2024-01-18fix(treesitter): validate language alias for injectionsChristian Clason1
2024-01-11fix(doc): improve doc generation of types using lpegLewis Russell1
2024-01-08docs(treesitter): improve 'no parser' error message for InspectTreeJongwook Choi2
2023-12-27refactor: use vim.deprecate on all deprecated functionsdundargoc1
2023-12-24fix(treesitter): outdated highlight due to tree with outdated regionJaehwang Jung1
2023-12-20refactor(treesitter): cleanup highlighterLewis Russell1
2023-12-19fix(treesitter): prepare highlight states for [s, ]sJaehwang Jung1
2023-12-17perf(treesitter): filter out trees outside the visible range earlyJaehwang Jung1
2023-12-12fix(treesitter): improve vim.treesitter.foldexprJaehwang Jung1
2023-12-12fix(treesitter): fix indexing in foldexprJaehwang Jung1
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 Anders2
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-11-27fix(treesitter): don't invalidate parser when discovering injectionsDmytro Soltys1
2023-10-19fix(treesitter): set cursor position when opening inspectorMaria José Solano1
2023-10-19fix(docs): fix TSNode incorrect signaturesPham Huy Hoang1
2023-10-17fix(treesitter): check that buf is loaded in autocommands (#25679)Maria José Solano1
2023-10-10docs: small fixesdundargoc1
2023-10-03fix(treesitter): make Visual hl work consistently with foldtext (#25484)zeertzjq1
2023-10-01feat(treesitter): add foldtext with treesitter highlighting (#25391)Till Bungert1
2023-09-23docs: fix type warningsMaria José Solano1
2023-09-22fix(languagetree): don't treat unparsed nodes as occupying full rangeL Lllvvuu1
2023-09-20feat(lua): add vim.func._memoizeLewis Russell3
2023-09-20docs: misc #24561Justin M. Keyes2
2023-09-17fix(treesitter): _trees may not be list-likeJaehwang Jung2
2023-09-16feat(treesitter): add lang parameter to the query editor (#25181)Maria José Solano2
2023-09-16fix(treesitter): properly combine injection.combined regionsJaehwang Jung1