summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/treesitter.lua
AgeCommit message (Expand)AuthorFiles
2024-05-05docs: fix lua type warnings (#28633)Maria José Solano1
2024-04-26fix: lua annotationsLewis Russell1
2024-03-09docs: support inline markdownLewis Russell1
2024-03-09feat!: remove deprecated functionsdundargoc1
2024-03-06docs(treesitter): fix ambiguous parameter description about `lang`Yi Ming1
2024-03-01docs: improve/add documentation of Lua typesLewis Russell1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-25refactor(types): fix miscellaneous type warningsMaria José Solano1
2024-02-22feat(treesitter): add folding for `InspectTree` (#27518)再生花1
2024-02-03refactor: create function for deferred loadingdundargoc1
2024-01-27revert: "feat(treesitter): add foldtext with treesitter highlighting"Till Bungert1
2024-01-24fix(treesitter): prefix treesitter types with vimPhạm Huy Hoàng1
2023-12-04fix(treesitter): allow passing lang to vim.treesitter.get_node() now correctl...Jongwook Choi1
2023-11-04docs(treesitter): add disclaimer about needing to parse before `get_node()`L Lllvvuu1
2023-10-01feat(treesitter): add foldtext with treesitter highlighting (#25391)Till Bungert1
2023-09-23docs: fix type warningsMaria José Solano1
2023-09-15refactor(treesitter): rename "preview" => "edit" #25161Maria José Solano1
2023-09-14docs: replace <pre> with ``` (#25136)Gregory Anders1
2023-08-25feat(treesitter): add a query editor (#24703)Maria José Solano1
2023-07-24fix(treesitter): stop() should treat 0 as current buffer #24450Micah Halter1
2023-07-18docs(lua): more improvements (#24387)Lewis Russell1
2023-06-06refactor!: rename "playground" => "dev" #23919Justin M. Keyes1
2023-05-18fix(treesitter): allow foldexpr without highlights (#23672)Lewis Russell1
2023-04-05refactor: rename local API alias from a to apiLewis Russell1
2023-04-04refactor(treesitter): move inspect_tree implLewis Russell1
2023-04-04fix(treesitter): disable folding in inspect_tree() (#22885)Lewis Russell1
2023-03-30feat: add `vim.treesitter.language.get_filetypes()` (#22643)Lewis Russell1
2023-03-24feat(treesitter)!: deprecate top level indexes to modules (#22761)Lewis Russell1
2023-03-23fix(treesitter): annotationsLewis Russell1
2023-03-17fix(treesitter): InspectTree does not respect 'splitright' #22692Yochem van Rosmalen1
2023-03-11refactor(treesitter)!: remove deprecated show_tree funcnullchilly1
2023-03-10fix(treesitter): better lang handling of get_parser()Lewis Russell1
2023-03-08fix(treesitter): is_in_node_range (#22582)Lewis Russell1
2023-03-06refactor(treesitter): simplify some range functionsLewis Russell1
2023-03-03fix(treesitter): break early from loop when match is found (#22499)Gregory Anders1
2023-03-03Merge pull request #22484 from gpanders/inspect-tree-fix-cursorChristian Clason1
2023-03-03fix(treesitter): disallow empty filetypesLewis Russell1
2023-03-02fix(treesitter): maintain cursor position when toggling anonymous nodesGregory Anders1
2023-03-02feat(treesitter): add :InspectTree command (#22477)Christian Clason1
2023-03-02refactor: rename show_tree => inspect_tree #22474Justin M. Keyes1
2023-02-23feat(treesitter): upstream foldexpr from nvim-treesitterLewis Russell1
2023-02-23docs: fix more treesitter parsing errorsChristian Clason1
2023-02-23docs(treesitter): fix parse errorsChristian Clason1
2023-02-22refactor(treesitter): Add vim.treesitter.get_node() (#22360)Gregory Anders1
2023-02-21feat(treesitter): add filetype -> lang APILewis Russell1
2023-02-10fix(treesitter): don't trample parsers when filetype!=langLewis Russell1
2023-02-10feat(treesitter): playground improvementsLewis Russell1
2023-02-04fix(treesitter): fix most diagnosticsLewis Russell1
2022-12-17Merge pull request #21393 from folke/highlight_showChristian Clason1
2022-12-17feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`Folke Lemaitre1