Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(treesitter): is_in_node_range (#22582) | Lewis Russell | 2023-03-08 |
| | | | | TS ranges are end column exclusive, so fix is_in_node_range to account for that. | ||
* | ci(tests): don't skip parsers on functionaltest | Christian Clason | 2022-09-06 |
| | | | | | Treesitter parsers are now a mandatory part of the installation and should be tested on all platforms. Remove `pending_c_parser` helper. | ||
* | fix(tests): use pending_c_parser when needed | bfredl | 2022-08-25 |
| | |||
* | feat(treesitter): upstream is_parent() | Quentin Rasmont | 2022-08-25 |
Util from the nvim-treesitter project. Renamed is_parent to is_ancestor for clarity. |