aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/treesitter
Commit message (Expand)AuthorAge
* fix(treesitter): return correct match table in iter_captures()Lewis Russell2024-03-27
* refactor(treesitter): redesign query iteratingLewis Russell2024-03-19
* fix(treesitter): revert to using iter_captures in highlighterLewis Russell2024-03-17
* refactor(lua): type annotationsLewis Russell2024-03-16
* refactor(treesitter): move some logic into functionsLewis Russell2024-03-14
* fix(treesitter): highlight injections properlyLewis Russell2024-03-14
* fix(treesitter): use 0 as initial value for computing maximum (#27837)Gregory Anders2024-03-12
* feat(treesitter): support URLs (#27132)Gregory Anders2024-03-12
* docs: support inline markdownLewis Russell2024-03-09
* feat!: remove deprecated functionsdundargoc2024-03-09
* refactor(types): more fixes (2)Lewis Russell2024-03-06
* docs: improve/add documentation of Lua typesLewis Russell2024-03-01
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* refactor(types): fix miscellaneous type warningsMaria José Solano2024-02-25
* feat(treesitter): add folding for `InspectTree` (#27518)再生花2024-02-22
* fix: fix iter_matches call in query linter (#27496)Gregory Anders2024-02-16
* fix(treesitter): correctly handle query quantifiers (#24738)Thomas Vigouroux2024-02-16
* refactor(treesitter): {start,stop} are optional in Query:iter_* methodsJongwook Choi2024-02-08
* refactor(treesitter): typing for Query, TSQuery, and TSQueryInfoJongwook Choi2024-02-08
* feat(treesitter): show root nodes in :InspectTree (#26944)altermo2024-02-06
* feat(treesitter): use 0-based indexing to show ranges in `:InspectTree`Jongwook Choi2024-02-05
* fix(treesitter): inspect-tree remember opts on buf changealtermo2024-02-04
* refactor: create function for deferred loadingdundargoc2024-02-03
* docs: enforce "treesitter" spelling #27110Jongwook Choi2024-01-28
* revert: "feat(treesitter): add foldtext with treesitter highlighting"Till Bungert2024-01-27
* fix(treesitter): avoid # of nil in _query_linterDaniel Kongsgaard2024-01-24
* fix(treesitter): prefix treesitter types with vimPhạm Huy Hoàng2024-01-24
* fix(treesitter): validate language alias for injectionsChristian Clason2024-01-18
* fix(doc): improve doc generation of types using lpegLewis Russell2024-01-11
* docs(treesitter): improve 'no parser' error message for InspectTreeJongwook Choi2024-01-08
* refactor: use vim.deprecate on all deprecated functionsdundargoc2023-12-27
* fix(treesitter): outdated highlight due to tree with outdated regionJaehwang Jung2023-12-24
* refactor(treesitter): cleanup highlighterLewis Russell2023-12-20
* fix(treesitter): prepare highlight states for [s, ]sJaehwang Jung2023-12-19
* perf(treesitter): filter out trees outside the visible range earlyJaehwang Jung2023-12-17
* fix(treesitter): improve vim.treesitter.foldexprJaehwang Jung2023-12-12
* fix(treesitter): fix indexing in foldexprJaehwang Jung2023-12-12
* fix: Remove nested for_each_tree in TSTreeView (#26328)Pham Huy Hoang2023-11-30
* fix(treesitter): fix parens stacking in inspector display (#26304)Gregory Anders2023-11-30
* fix(treesitter): adjust indentation in inspector highlights (#26302)Gregory Anders2023-11-29
* docs: document TSNode:byte_length() (#26287)Gregory Anders2023-11-29
* fix(treesitter): make InspectTree correctly handle nested injections (#26085)Pham Huy Hoang2023-11-29
* fix(treesitter): use proper query syntax for inspector (#26274)Gregory Anders2023-11-29
* fix(treesitter): don't invalidate parser when discovering injectionsDmytro Soltys2023-11-27
* fix(treesitter): set cursor position when opening inspectorMaria José Solano2023-10-19
* fix(docs): fix TSNode incorrect signaturesPham Huy Hoang2023-10-19
* fix(treesitter): check that buf is loaded in autocommands (#25679)Maria José Solano2023-10-17
* docs: small fixesdundargoc2023-10-10
* fix(treesitter): make Visual hl work consistently with foldtext (#25484)zeertzjq2023-10-03
* feat(treesitter): add foldtext with treesitter highlighting (#25391)Till Bungert2023-10-01