aboutsummaryrefslogtreecommitdiff
path: root/test/functional/treesitter
Commit message (Expand)AuthorAge
* 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
* feat(ts): add support for multiline nodes in get_node_text (#14999)Mathias Fußenegger2021-12-12
* fix(tests): adapt parser_spec test to tree-sitter bumpChristian Clason2021-11-23
* feat(treesitter): add next, prev sibling methodDylan Kendal2021-08-20
* Merge pull request #15283 from jamessan/pending-c-parsersThomas Vigouroux2021-08-06
|\
| * test(treesitter): skip all parsers tests if parsers aren't installedJames McCoy2021-08-05
* | treesitter: add query.list_directivesStephan Seitz2021-07-24
* | feat(treesitter): allow to set highlight priority for queriesStephan Seitz2021-07-22
|/
* treesitter: add predicate "any-of?" (#14344)Raymond W. Ko2021-05-14
* treesitter: do not escape in match? (#14382)Stephan Seitz2021-05-11
* Ensure there is a nested table allocated for #set!derekstride2021-04-27
* Merge pull request #14046 from nvim-treesitter/feature/language-tree-directiv...Thomas Vigouroux2021-04-14
|\
| * feat(treesitter): allow injections to be configured through directivesSteven Sojka2021-04-02
* | feat(ts): include parser ABI version in checkhealthThomas Vigouroux2021-04-06
|/
* fixup: remove unused test functionTJ DeVries2021-03-31
* ts: Add per-language highlight linksTJ DeVries2021-03-31
* fixup: Add a test and it is so prettyTJ DeVries2021-03-30
* treesitter: default start and end row when omitted“jvgrootveld”2021-01-15
* buffer updates: mark sorted region as changed.Björn Linse2021-01-03
* tests: make treesitter its own categoryBjörn Linse2021-01-03