aboutsummaryrefslogtreecommitdiff
path: root/test/functional/treesitter
Commit message (Expand)AuthorAge
* fix(treesitter): do not track ranges of the root tree (#22912)Lewis Russell2023-04-06
* refactor: remove char_u (#22829)dundargoc2023-04-02
* fix(tests): adapt treesitter/highlight_spec priority testChristian Clason2023-04-01
* feat(treesitter)!: deprecate top level indexes to modules (#22761)Lewis Russell2023-03-24
* test: unskip working Windows tests (#22537)dundargoc2023-03-13
* refactor(treesitter): add Range type aliase for Range4|Range6Lewis Russell2023-03-11
* perf(treesitter): more efficient foldexprLewis Russell2023-03-10
* fix(treesitter): better lang handling of get_parser()Lewis Russell2023-03-10
* fix(treesitter): do not error on empty filetypeLewis Russell2023-03-10
* fix(treesitter): is_in_node_range (#22582)Lewis Russell2023-03-08
* fix(treesitter): disallow empty filetypesLewis Russell2023-03-03
* test(treesitter/parser_spec): correct time unit (#22471)zeertzjq2023-03-02
* feat(treesitter)!: remove silent option from language.add()Lewis Russell2023-02-24
* feat(treesitter): upstream foldexpr from nvim-treesitterLewis Russell2023-02-23
* perf(treesitter): smarter languagetree invalidationLewis Russell2023-02-23
* feat(treesitter): add filetype -> lang APILewis Russell2023-02-21
* fix(treesitter): don't trample parsers when filetype!=langLewis Russell2023-02-10
* feat(treesitter): add metadata option for get_node_textfigsoda2023-02-04
* feat(treesitter): allow capture text to be transformedfigsoda2023-02-04
* fix(treesitter): validate language nameChristian Clason2023-01-28
* feat(treesitter): show filetype associated with parser (#17633)Matthieu Coudron2023-01-22
* feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`Folke Lemaitre2022-12-17
* test: simplify platform detection (#21020)dundargoc2022-11-22
* test: don't skip parser_spec on windows (#20294)dundargoc2022-11-15
* feat(test): add Lua forms for API methods (#20152)Lewis Russell2022-11-14
* test: introduce skip() #21010dundargoc2022-11-13
* refactor(treesitter): rename x_position => x_posJustin M. Keyes2022-09-25
* fix(treesitter): return full metadata for get_captures_at_position (#20203)Christian Clason2022-09-16
* fix(treesitter): do not link @error by defaultChristian Clason2022-09-06
* feat(treesitter): add injectionsChristian Clason2022-09-06
* ci(tests): don't skip parsers on functionaltestChristian Clason2022-09-06
* fix(treesitter): make it get_captures_at_positionbfredl2022-08-26
* feat(treesitter)!: use @foo.bar style highlight groupsbfredl2022-08-26
* fix(tests): use pending_c_parser when neededbfredl2022-08-25
* feat(treesitter): upstream node_length() as a node methodQuentin Rasmont2022-08-25
* feat(treesitter): upstream get_root_for_node() as a node methodQuentin Rasmont2022-08-25
* feat(treesitter): upstream get_named_children() as a node methodQuentin Rasmont2022-08-25
* feat(treesitter): add ability to retreive a tree/node given a rangeQuentin Rasmont2022-08-25
* feat(treesitter): upstream is_parent()Quentin 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
* fix(ci): noisy logs, unreliable test #19019Justin M. Keyes2022-06-18
* fix(tests): unreliable parser_spec #18911Justin M. Keyes2022-06-09
* 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(ui): allow conceal to be defined in decorationsbfredl2022-03-20
* feat(tree-sitter): allow Atom-style capture fallbacks (#14196)Stephan Seitz2022-02-16
* fix: append test for checking zero width node rangekevinhwang912022-02-11
* fix(ts): escape lang when loading parsers (#16668)Lewis Russell2022-01-27
* perf(treesitter): cache query parsingStephan Seitz2022-01-06