aboutsummaryrefslogtreecommitdiff
path: root/test/functional/treesitter/utils_spec.lua
Commit message (Collapse)AuthorAge
* fix(treesitter): is_in_node_range (#22582)Lewis Russell2023-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 functionaltestChristian Clason2022-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 neededbfredl2022-08-25
|
* feat(treesitter): upstream is_parent()Quentin Rasmont2022-08-25
Util from the nvim-treesitter project. Renamed is_parent to is_ancestor for clarity.