summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/treesitter/language_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-03-13refactor(treesitter)!: get_parser return nil on error #37276nikolightsaber1
2025-05-24build(deps): bump tree-sitter-c to v0.24.1Christian Clason1
2025-03-01feat(treesitter): add more metadata to `language.inspect()` (#32657)Lewis Russell1
2025-01-12feat(treesitter)!: don't parse tree in get_parser() or start()Riley Bruins1
2024-10-12fix(treesitter): mark supertype nodes as namedRiley Bruins1
2024-10-11fix(treesitter): remove duplicate symbol names in language.inspect()Riley Bruins1
2024-09-29feat(treesitter)!: use return values in `language.add()`Christian Clason1
2024-09-28fix(treesitter): suppress get_parser warnings via opts.errorRiley Bruins1
2024-09-21test: support upvalues in exec_luaLewis Russell1
2024-09-13feat(treesitter): start moving get_parser to return nil #30313Riley Bruins1
2024-08-26feat(treesitter): add support for wasm parsersLewis Russell1
2024-08-02test: allow exec_lua to handle functionsLewis Russell1
2024-07-29feat(treesitter): add node_for_range functionRiley Bruins1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10fix(treesitter): use tree range instead of tree root node rangealtermo1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-03-24feat(treesitter)!: deprecate top level indexes to modules (#22761)Lewis Russell1
2023-03-10fix(treesitter): do not error on empty filetypeLewis Russell1
2023-03-03fix(treesitter): disallow empty filetypesLewis Russell1
2023-02-24feat(treesitter)!: remove silent option from language.add()Lewis Russell1
2023-02-21feat(treesitter): add filetype -> lang APILewis Russell1
2023-02-10fix(treesitter): don't trample parsers when filetype!=langLewis Russell1
2023-01-28fix(treesitter): validate language nameChristian Clason1
2023-01-22feat(treesitter): show filetype associated with parser (#17633)Matthieu Coudron1
2022-11-14feat(test): add Lua forms for API methods (#20152)Lewis Russell1
2022-09-06ci(tests): don't skip parsers on functionaltestChristian Clason1
2022-08-25fix(tests): use pending_c_parser when neededbfredl1
2022-08-25feat(treesitter): add ability to retreive a tree/node given a rangeQuentin Rasmont1
2022-08-24test(treesitter): make internal lang test pending when necessaryThomas Vigouroux1
2022-08-22feat(treesitter): allow customizing language symbol nameThomas Vigouroux1
2022-06-08test(ts): skip test if C parser is not availableJames McCoy1
2022-04-22fix(treesitter): create new parser if language is not the same as cached pars...Chinmay Dalal1
2021-04-06feat(ts): include parser ABI version in checkhealthThomas Vigouroux1
2021-01-03tests: make treesitter its own categoryBjörn Linse1