Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | feat(treesitter): upstream node_length() as a node method | Quentin Rasmont | 2022-08-25 |
| | | | | Util from the nvim-treesitter project. | ||
* | feat(treesitter): upstream get_root_for_node() as a node method | Quentin Rasmont | 2022-08-25 |
| | | | | Util from the nvim-treesitter project. | ||
* | feat(treesitter): upstream get_named_children() as a node method | Quentin Rasmont | 2022-08-25 |
| | | | | Util from the nvim-treesitter project. | ||
* | feat(treesitter): add next, prev sibling method | Dylan Kendal | 2021-08-20 |
Add tsnode methods to change to the next, previous, named or unnamed nodes. |