aboutsummaryrefslogtreecommitdiff
path: root/test/functional/treesitter/language_spec.lua
Commit message (Expand)AuthorAge
* fix(treesitter): mark supertype nodes as namedRiley Bruins2024-10-12
* fix(treesitter): remove duplicate symbol names in language.inspect()Riley Bruins2024-10-11
* feat(treesitter)!: use return values in `language.add()`Christian Clason2024-09-29
* fix(treesitter): suppress get_parser warnings via opts.errorRiley Bruins2024-09-28
* test: support upvalues in exec_luaLewis Russell2024-09-21
* feat(treesitter): start moving get_parser to return nil #30313Riley Bruins2024-09-13
* feat(treesitter): add support for wasm parsersLewis Russell2024-08-26
* test: allow exec_lua to handle functionsLewis Russell2024-08-02
* feat(treesitter): add node_for_range functionRiley Bruins2024-07-29
* test: improve test conventionsdundargoc2024-04-23
* fix(treesitter): use tree range instead of tree root node rangealtermo2024-04-10
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* refactor: format test/*Justin M. Keyes2024-01-03
* feat(treesitter)!: deprecate top level indexes to modules (#22761)Lewis Russell2023-03-24
* fix(treesitter): do not error on empty filetypeLewis Russell2023-03-10
* fix(treesitter): disallow empty filetypesLewis Russell2023-03-03
* feat(treesitter)!: remove silent option from language.add()Lewis Russell2023-02-24
* feat(treesitter): add filetype -> lang APILewis Russell2023-02-21
* fix(treesitter): don't trample parsers when filetype!=langLewis Russell2023-02-10
* fix(treesitter): validate language nameChristian Clason2023-01-28
* feat(treesitter): show filetype associated with parser (#17633)Matthieu Coudron2023-01-22
* feat(test): add Lua forms for API methods (#20152)Lewis Russell2022-11-14
* ci(tests): don't skip parsers on functionaltestChristian Clason2022-09-06
* 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 pars...Chinmay Dalal2022-04-22
* feat(ts): include parser ABI version in checkhealthThomas Vigouroux2021-04-06
* tests: make treesitter its own categoryBjörn Linse2021-01-03