aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/treesitter.lua
Commit message (Expand)AuthorAge
* 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
* Merge pull request #21393 from folke/highlight_showChristian Clason2022-12-17
|\
| * feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`Folke Lemaitre2022-12-17
* | fix(treesitter): properly restore `'syntax'` (#21358)Lewis Russell2022-12-14
|/
* feat(treesitter): add 'lang' option to show_tree() (#21341)Gregory Anders2022-12-08
* feat(treesitter): add vim.treesitter.show_tree() (#21322)Gregory Anders2022-12-08
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* refactor(treesitter): rename x_position => x_posJustin M. Keyes2022-09-25
* fix(treesitter): return full metadata for get_captures_at_position (#20203)Christian Clason2022-09-16
* docs(treesitter): clean up and update treesitter.txt (#20142)Christian Clason2022-09-14
* Merge pull request #20093 from neovim/upstream-ts-utilChristian Clason2022-09-08
|\
| * refactor(treesitter): get_{nodes,captures}_at_{position,cursor}Christian Clason2022-09-06
| * feat(treesitter): upstream get_node_at_cursor()Quentin Rasmont2022-09-06
* | docs(treesitter): fix doxygenzeertzjq2022-09-08
* | Use weak tables in tree-sitter code (#17117)Thomas Vigouroux2022-09-07
* | fix(treesitter): don't support legacy syntax in start()Christian Clason2022-09-06
|/