aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/treesitter.c
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* build: remove PVSdundargoc2023-11-12
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* refactor: the long goodbyedundargoc2023-10-09
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(map): enhanced implementation, Clean Code™, etc etcbfredl2023-09-08
* fix(query_error): multiline bugLewis Russell2023-08-31
* feat(treesitter): improve query error messageAmaan Qureshi2023-08-31
* fix(treesitter.c): improve comments on fenv usageLewis Russell2023-08-30
* fix(treesitter): fix another TSNode:tree() double freebfredl2023-08-29
* fix(treesitter): fix TSNode:tree() double free (#24796)nwounkn2023-08-29
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* fix(treesitter): logger memory leakLewis Russell2023-08-13
* build(deps): bump tree-sitter to HEAD - 0a1c4d846 (#24607)Christian Clason2023-08-08
* Merge pull request #15534 from bfredl/monomapbfredl2023-05-17
|\
| * refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* | feat(treesitter): improved logging (#23638)Lewis Russell2023-05-17
|/
* fix(treesitter): reset cursor max_start_depthLewis Russell2023-05-11
* feat(treesitter): add support for setting query depthsLewis Russell2023-05-11
* refactor: uncrustifydundargoc2023-04-26
* refactor(treesitter): delegate region calculation to treesitter (#22576)Lewis Russell2023-04-04
* fix(treesitter): correct include_bytes arg for parse()Lewis Russell2023-03-10
* refactor(treesitter): use byte ranges from treesitter (#22589)Lewis Russell2023-03-09
* Revert "refactor(treesitter): delegate region calculation to treesitter" (#22...Lewis Russell2023-03-08
* refactor(treesitter): delegate region calculation to treesitter (#22553)Lewis Russell2023-03-08
* fix(treesitter): raise ts_match_limit to 256 (#22497)Christian Clason2023-03-03
* refactor(build): graduate libtreesitter features which are 1+ years oldbfredl2023-03-03
* feat(treesitter): expand the APILewis Russell2023-02-26
* build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* feat(treesitter): show filetype associated with parser (#17633)Matthieu Coudron2023-01-22
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: replace char_u with charDundar Göc2022-10-15
* docs: fix typos (#20394)dundargoc2022-09-30
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: replace char_u with charDundar Göc2022-09-06
* feat(treesitter): include language in invalid query error (#14053)Stephan Seitz2022-09-03
* fix(treesitter): more efficient node:root()bfredl2022-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
* fix(treesitter): free memory on removing parser (#19933)zeertzjq2022-08-25
* test(treesitter): make internal lang test pending when necessaryThomas Vigouroux2022-08-24
* feat(treesitter): allow customizing language symbol nameThomas Vigouroux2022-08-22
* refactor: enable -Wconversion warning for lua/treesitter.cDundar Goc2022-07-28
* docs: fix typos (#18269)dundargoc2022-06-04