aboutsummaryrefslogtreecommitdiff
path: root/test/functional/treesitter
Commit message (Expand)AuthorAge
...
* 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
|\
| * test(treesitter): more foldexpr testsJaehwang Jung2023-12-12
* | test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
|/
* fix(treesitter): allow passing lang to vim.treesitter.get_node() now correctl...Jongwook Choi2023-12-04
* fix(treesitter): don't invalidate parser when discovering injectionsDmytro Soltys2023-11-27
* fix(treesitter): make Visual hl work consistently with foldtext (#25484)zeertzjq2023-10-03
* feat(treesitter): add foldtext with treesitter highlighting (#25391)Till Bungert2023-10-01
* fix(languagetree): don't treat unparsed nodes as occupying full rangeL Lllvvuu2023-09-22
* fix(languagetree): apply `resolve_lang` to `metadata['injection.language']`L Lllvvuu2023-09-16
* fix(query_error): multiline bugLewis Russell2023-08-31
* feat(treesitter): improve query error messageAmaan Qureshi2023-08-31
* fix(treesitter): fix another TSNode:tree() double freebfredl2023-08-29
* fix(treesitter): fix TSNode:tree() double free (#24796)nwounkn2023-08-29
* feat(treesitter): add 'injection.self' and 'injection.parent'Amaan Qureshi2023-08-24
* fix(treesitter)!: remove deprecated legacy injection formatChristian Clason2023-08-14
* feat(treesitter): update C queries from upstreamChristian Clason2023-08-13
* fix(treesitter): logger memory leakLewis Russell2023-08-13
* feat(treesitter)!: incremental injection parsingLewis Russell2023-08-12
* feat(treesitter): add injection language fallback (#24659)Christian Clason2023-08-11
* fix(treesitter): make sure injections don't return empty ranges (#24595)Lewis Russell2023-08-07
* build(deps): bump tree-sitter-c to v0.20.4 (#24495)Christian Clason2023-07-27
* fix(treesitter): update folds in all relevant windows (#24230)Jaehwang Jung2023-07-07