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. | ||
* | fix(tests): use pending_c_parser when needed | bfredl | 2022-08-25 |
| | |||
* | feat(treesitter): add ability to retreive a tree/node given a range | Quentin Rasmont | 2022-08-25 |
| | |||
* | test(treesitter): make internal lang test pending when necessary | Thomas Vigouroux | 2022-08-24 |
| | |||
* | feat(treesitter): allow customizing language symbol name | Thomas Vigouroux | 2022-08-22 |
| | |||
* | test(ts): skip test if C parser is not available | James McCoy | 2022-06-08 |
| | |||
* | fix(treesitter): create new parser if language is not the same as cached ↵ | Chinmay Dalal | 2022-04-22 |
| | | | | parser (#18149) | ||
* | feat(ts): include parser ABI version in checkhealth | Thomas Vigouroux | 2021-04-06 |
| | |||
* | tests: make treesitter its own category | Björn Linse | 2021-01-03 |