aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/treesitter/_fold.lua
Commit message (Collapse)AuthorAge
* fix(treesitter): foldexpr (#22652)Lewis Russell2023-03-13
| | | The ranges passed to foldinfo.remove_range were in the wrong order.
* feat(treesitter)!: consolidate query util functionsLewis Russell2023-03-10
| | | | | | - And address more type errors. - Removed the `concat` option from `get_node_text` since it was applied inconsistently and made typing awkward.
* perf(treesitter): more efficient foldexprLewis Russell2023-03-10
|
* feat(treesitter): upstream foldexpr from nvim-treesitterLewis Russell2023-02-23