aboutsummaryrefslogtreecommitdiff
path: root/test/functional/treesitter
Commit message (Expand)AuthorAge
* 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
* feat(treesitter): bundle markdown parser and queries (#22481)Christian Clason2023-07-01
* fix(treesitter): make foldexpr work without highlighting (#24167)Jaehwang Jung2023-06-27
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* fix(treesitter): correctly calculate bytes for text sources (#23655)Lewis Russell2023-05-16
* fix(treesitter): update c queriesChristian Clason2023-05-15
* fix(treesitter): redraw added/removed injections properly (#23287)Lewis Russell2023-04-30
* 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