aboutsummaryrefslogtreecommitdiff
path: root/test/functional/treesitter
Commit message (Expand)AuthorAge
* feat(treesitter): start moving get_parser to return nil #30313Riley Bruins2024-09-13
* feat(treesitter)!: default to correct behavior for quantified captures (#30193)Gregory Anders2024-09-01
* feat(treesitter): add support for wasm parsersLewis Russell2024-08-26
* test: allow exec_lua to handle functionsLewis Russell2024-08-02
* feat(treesitter): allow get_node to return anonymous nodesRiley Bruins2024-07-29
* feat(treesitter): add node_for_range functionRiley Bruins2024-07-29
* fix(runtime): sync bundled treesitter queriesChristian Clason2024-07-24
* build(deps): drop unused bundled bash, python parsers and queriesChristian Clason2024-07-09
* fix(treesitter): display fields for anonymous nodes in :InspectTreeRiley Bruins2024-07-05
* test: starting and stopping treesitter highlight (#29546)zeertzjq2024-07-03
* fix(treesitter): ensure syntaxset augroup exists (#29542)zeertzjq2024-07-03
* perf(treesitter): remove unnecessary foldexpr loopRiley Bruins2024-06-24
* fix(treesitter): do not modify highlight state for _on_spell_navLuuk van Baal2024-06-24
* fix(treesitter): don't open fold when o/O adds a line below #28709Jaehwang Jung2024-06-20
* fix(treesitter): find buffer in multiple windows #28922Guilherme Soares2024-05-27
* perf(treesitter): use child_containing_descendant() in has-ancestor? (#28512)vanaigr2024-05-16
* fix(treesitter): allow optional directive captures (#28664)Riley Bruins2024-05-14
* fix(treesitter): make tests for memoize more robustbfredl2024-04-29
* fix(treesitter): enforce lowercase language names (#28546)Christian Clason2024-04-28
* test: improve test conventionsdundargoc2024-04-23
* feat(treesitter): handle quantified fold capturesRiley Bruins2024-04-20
* 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
* fix(treesitter): return correct match table in iter_captures()Lewis Russell2024-03-27
* test(treesitter): separate out query-related tests into query_specJongwook Choi2024-03-24
* test(treesitter): improve the style of treesitter/parser_specJongwook Choi2024-03-23
* feat(treesitter): update Vimdoc parser and queries to v2.4.0Christian Clason2024-03-19
* fix(messages): allow more prompt in headless mode with UI (#27905)zeertzjq2024-03-18
* fix(treesitter): revert to using iter_captures in highlighterLewis Russell2024-03-17
* fix(treesitter): highlight injections properlyLewis Russell2024-03-14
* feat(treesitter): support URLs (#27132)Gregory Anders2024-03-12
* test: correct order of arguments to eq() (#27816)zeertzjq2024-03-11
* feat!: remove deprecated functionsdundargoc2024-03-09
* test(treesitter): fix obsolete predicatesChristian Clason2024-02-21
* fix(treesitter): correctly handle query quantifiers (#24738)Thomas Vigouroux2024-02-16
* feat(treesitter): show root nodes in :InspectTree (#26944)altermo2024-02-06
* test(treesitter): add test cases for inspect_treeJongwook Choi2024-02-05
* revert: "feat(treesitter): add foldtext with treesitter highlighting"Till Bungert2024-01-27
* fix(runtime): update 'vim' color scheme to use new tree-sitter groupsEvgeni Chasnovski2024-01-25
* fix(treesitter): update @markup default linksChristian Clason2024-01-23
* feat(treesitter)!: new standard capture namesChristian Clason2024-01-21
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* fix(treesitter): outdated highlight due to tree with outdated regionJaehwang Jung2023-12-24
* fix(lua): memory leak when using invalid syntax with exists() (#26530)zeertzjq2023-12-12
* test(treesitter/fold_spec): fix flakiness (#26524)zeertzjq2023-12-12
* Merge pull request #26506 from tomtomjhj/tsfoldLewis Russell2023-12-11
|\