| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fix(treesitter): annotations | Lewis Russell | 2023-03-23 |
| | | | | | | | - Begin using `@package` in place of `@private` for functions that are accessed internally but outside their defined class. - Rename Node -> TSP.Node | ||
| * | 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 |