aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/treesitter.lua
Commit message (Expand)AuthorAge
* feat(treesitter): allow get_node to return anonymous nodesRiley Bruins2024-07-29
* refactor(lua): use tuple syntax everywhere #29111Ilia Choly2024-06-04
* docs: fix lua type warnings (#28633)Maria José Solano2024-05-05
* fix: lua annotationsLewis Russell2024-04-26
* docs: support inline markdownLewis Russell2024-03-09
* feat!: remove deprecated functionsdundargoc2024-03-09
* docs(treesitter): fix ambiguous parameter description about `lang`Yi Ming2024-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
* refactor: create function for deferred loadingdundargoc2024-02-03
* revert: "feat(treesitter): add foldtext with treesitter highlighting"Till Bungert2024-01-27
* fix(treesitter): prefix treesitter types with vimPhạm Huy Hoàng2024-01-24
* fix(treesitter): allow passing lang to vim.treesitter.get_node() now correctl...Jongwook Choi2023-12-04
* docs(treesitter): add disclaimer about needing to parse before `get_node()`L Lllvvuu2023-11-04
* feat(treesitter): add foldtext with treesitter highlighting (#25391)Till Bungert2023-10-01
* docs: fix type warningsMaria José Solano2023-09-23
* refactor(treesitter): rename "preview" => "edit" #25161Maria José Solano2023-09-15
* docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
* feat(treesitter): add a query editor (#24703)Maria José Solano2023-08-25
* fix(treesitter): stop() should treat 0 as current buffer #24450Micah Halter2023-07-24
* docs(lua): more improvements (#24387)Lewis Russell2023-07-18
* refactor!: rename "playground" => "dev" #23919Justin M. Keyes2023-06-06
* fix(treesitter): allow foldexpr without highlights (#23672)Lewis Russell2023-05-18
* refactor: rename local API alias from a to apiLewis Russell2023-04-05
* refactor(treesitter): move inspect_tree implLewis Russell2023-04-04
* fix(treesitter): disable folding in inspect_tree() (#22885)Lewis Russell2023-04-04
* feat: add `vim.treesitter.language.get_filetypes()` (#22643)Lewis Russell2023-03-30
* feat(treesitter)!: deprecate top level indexes to modules (#22761)Lewis Russell2023-03-24
* fix(treesitter): annotationsLewis Russell2023-03-23
* fix(treesitter): InspectTree does not respect 'splitright' #22692Yochem van Rosmalen2023-03-17
* refactor(treesitter)!: remove deprecated show_tree funcnullchilly2023-03-11
* fix(treesitter): better lang handling of get_parser()Lewis Russell2023-03-10
* fix(treesitter): is_in_node_range (#22582)Lewis Russell2023-03-08
* refactor(treesitter): simplify some range functionsLewis Russell2023-03-06
* fix(treesitter): break early from loop when match is found (#22499)Gregory Anders2023-03-03
* Merge pull request #22484 from gpanders/inspect-tree-fix-cursorChristian Clason2023-03-03
|\
| * fix(treesitter): maintain cursor position when toggling anonymous nodesGregory Anders2023-03-02
* | fix(treesitter): disallow empty filetypesLewis Russell2023-03-03
|/
* feat(treesitter): add :InspectTree command (#22477)Christian Clason2023-03-02
* refactor: rename show_tree => inspect_tree #22474Justin M. Keyes2023-03-02
* feat(treesitter): upstream foldexpr from nvim-treesitterLewis Russell2023-02-23
* docs: fix more treesitter parsing errorsChristian Clason2023-02-23
* docs(treesitter): fix parse errorsChristian Clason2023-02-23
* refactor(treesitter): Add vim.treesitter.get_node() (#22360)Gregory Anders2023-02-22
* feat(treesitter): add filetype -> lang APILewis Russell2023-02-21
* fix(treesitter): don't trample parsers when filetype!=langLewis Russell2023-02-10
* feat(treesitter): playground improvementsLewis Russell2023-02-10
* fix(treesitter): fix most diagnosticsLewis Russell2023-02-04