Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(treesitter): foldexpr (#22652) | Lewis Russell | 2023-03-13 |
| | | | The ranges passed to foldinfo.remove_range were in the wrong order. | ||
* | feat(treesitter)!: consolidate query util functions | Lewis Russell | 2023-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 foldexpr | Lewis Russell | 2023-03-10 |
| | |||
* | feat(treesitter): upstream foldexpr from nvim-treesitter | Lewis Russell | 2023-02-23 |