aboutsummaryrefslogtreecommitdiff
path: root/test/functional/treesitter/utils_spec.lua
Commit message (Collapse)AuthorAge
* 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.