aboutsummaryrefslogtreecommitdiff
path: root/test/functional/treesitter/language_spec.lua
Commit message (Collapse)AuthorAge
* feat(treesitter): show filetype associated with parser (#17633)Matthieu Coudron2023-01-22
| | | to ease debug. At one point I had an empty filetype and the current message was not helpful enough
* feat(test): add Lua forms for API methods (#20152)Lewis Russell2022-11-14
|
* 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): add ability to retreive a tree/node given a rangeQuentin Rasmont2022-08-25
|
* test(treesitter): make internal lang test pending when necessaryThomas Vigouroux2022-08-24
|
* feat(treesitter): allow customizing language symbol nameThomas Vigouroux2022-08-22
|
* test(ts): skip test if C parser is not availableJames McCoy2022-06-08
|
* fix(treesitter): create new parser if language is not the same as cached ↵Chinmay Dalal2022-04-22
| | | | parser (#18149)
* feat(ts): include parser ABI version in checkhealthThomas Vigouroux2021-04-06
|
* tests: make treesitter its own categoryBjörn Linse2021-01-03