index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
lua
/
treesitter.c
Commit message (
Expand
)
Author
Age
*
refactor(treesitter): delegate region calculation to treesitter (#22576)
Lewis Russell
2023-04-04
*
fix(treesitter): correct include_bytes arg for parse()
Lewis Russell
2023-03-10
*
refactor(treesitter): use byte ranges from treesitter (#22589)
Lewis Russell
2023-03-09
*
Revert "refactor(treesitter): delegate region calculation to treesitter" (#22...
Lewis Russell
2023-03-08
*
refactor(treesitter): delegate region calculation to treesitter (#22553)
Lewis Russell
2023-03-08
*
fix(treesitter): raise ts_match_limit to 256 (#22497)
Christian Clason
2023-03-03
*
refactor(build): graduate libtreesitter features which are 1+ years old
bfredl
2023-03-03
*
feat(treesitter): expand the API
Lewis Russell
2023-02-26
*
build: enable MSVC level 3 warnings (#21934)
dundargoc
2023-02-11
*
feat(treesitter): show filetype associated with parser (#17633)
Matthieu Coudron
2023-01-22
*
refactor: replace char_u with char 18 (#21237)
dundargoc
2023-01-09
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: replace char_u with char
Dundar Göc
2022-10-15
*
docs: fix typos (#20394)
dundargoc
2022-09-30
*
refactor: move klib out of src/nvim/ #20341
dundargoc
2022-09-25
*
refactor: replace char_u with char
Dundar Göc
2022-09-09
*
refactor: replace char_u with char
Dundar Göc
2022-09-06
*
feat(treesitter): include language in invalid query error (#14053)
Stephan Seitz
2022-09-03
*
fix(treesitter): more efficient node:root()
bfredl
2022-08-25
*
feat(treesitter): upstream node_length() as a node method
Quentin Rasmont
2022-08-25
*
feat(treesitter): upstream get_root_for_node() as a node method
Quentin Rasmont
2022-08-25
*
feat(treesitter): upstream get_named_children() as a node method
Quentin Rasmont
2022-08-25
*
fix(treesitter): free memory on removing parser (#19933)
zeertzjq
2022-08-25
*
test(treesitter): make internal lang test pending when necessary
Thomas Vigouroux
2022-08-24
*
feat(treesitter): allow customizing language symbol name
Thomas Vigouroux
2022-08-22
*
refactor: enable -Wconversion warning for lua/treesitter.c
Dundar Goc
2022-07-28
*
docs: fix typos (#18269)
dundargoc
2022-06-04
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
Merge pull request #18398 from vigoux/perf/ts_reuse_list
bfredl
2022-05-03
|
\
|
*
perf(treesitter): use a reuse list for query cursors
Thomas Vigouroux
2022-05-03
*
|
fix(treesitter): bump match limit up
Thomas Vigouroux
2022-05-03
|
/
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
feat(treesitter): set allocator when possible
Thomas Vigouroux
2022-01-09
*
refactor: saner options for uncrustify #16196
dundargoc
2021-10-31
*
refactor: remove space after star
Dundar Göc
2021-10-19
*
fix(treesitter): run predicates more often in iter_matches
Thomas Vigouroux
2021-10-01
*
refactor: reformat with uncrustify #15736
dundargoc
2021-09-20
*
refactor: format with uncrustify #15722
dundargoc
2021-09-19
*
Merge pull request #15434 from Dkendal/feature-lua-treesitter-sibling
Thomas Vigouroux
2021-08-23
|
\
|
*
feat(treesitter): add next, prev sibling method
Dylan Kendal
2021-08-20
*
|
refactor(map): remove extra-allocating map_new/map_free functions
Björn Linse
2021-08-22
*
|
refactor(api): remove unneccesary indirection around handles
Björn Linse
2021-08-22
|
/
*
chore: use codespell to spell check #15016
dundargoc
2021-07-07
*
fixup(ts): put ts_query_cursor_set_match_limit behind feature guard
Christian Clason
2021-06-29
*
fix(treesitter): set match limit for query cursors
Christian Clason
2021-06-26
*
Merge pull request #14200 from teto/treesitter-checkhealth
Marco Hinz
2021-04-07
|
\
|
*
feat(ts): include parser ABI version in checkhealth
Thomas Vigouroux
2021-04-06
*
|
Merge pull request #14039 from theHamsta/fix-field-introspection
Thomas Vigouroux
2021-04-02
|
\
\
|
|
/
|
/
|
|
*
Fix(treesitter): Make treesitter.inspect_lang include last field name
Stephan Seitz
2021-03-23
*
|
ts: Add language version to vim.treesitter (#14255)
TJ DeVries
2021-03-30
|
/
[next]