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
*
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
|
/
*
chore(ts): show grammar that triggers the error
Matthieu Coudron
2021-03-16
*
fix(treesitter): allow ranges in set_included_ranges
Thomas Vigouroux
2020-11-23
*
treesitter: refactor some things
Thomas Vigouroux
2020-11-23
*
fix: NULL segfaults brought to you by @vigoux
TJ DeVries
2020-11-18
*
treesitter: separate tree and parser
Thomas Vigouroux
2020-11-04
*
Merge pull request #13192 from bfredl/nodeid
Björn Linse
2020-11-01
|
\
|
*
treesitter: add node:id()
Björn Linse
2020-11-01
*
|
treesitter: fix wrong string formatting
Thomas Vigouroux
2020-11-01
*
|
tree-sitter: error out when parsing fails
Thomas Vigouroux
2020-11-01
|
/
*
treesitter: allow custom parser for highlighter
Thomas Vigouroux
2020-10-12
*
treesitter: check language ABI version on load
Thomas Vigouroux
2020-10-08
*
treesitter: add string parser (#13008)
Thomas Vigouroux
2020-09-30
*
treesitter: use new on_bytes interface
Björn Linse
2020-09-09
*
treesitter: add node:field() to get field children
Thomas Vigouroux
2020-09-01
*
treesitter: allow to iterate over node children
Thomas Vigouroux
2020-08-31
*
treesitter: call bufload before parsing (#12603)
Thomas Vigouroux
2020-07-10
*
treesitter: use single nodes in set_ranges
Thomas Vigouroux
2020-06-29
*
treesitter: fix lint
Thomas Vigouroux
2020-06-29
*
treesitter: use nodes to mark ranges
Thomas Vigouroux
2020-06-29
*
treesitter: fix some clint errors
Thomas Vigouroux
2020-06-29
*
treesitter: test newly added set_included_ranges
Thomas Vigouroux
2020-06-29
*
treesitter: add set_included_ranges to the parser
Thomas Vigouroux
2020-06-29
*
treesitter: simplify puhstree call process
Thomas Vigouroux
2020-06-23
*
treesitter: check for integer overflow (#12135)
Thomas Vigouroux
2020-04-22
*
lua: add regex support, and `@match` support in treesitter queries
Björn Linse
2020-02-26
*
treesitter: add standard &rtp/parser/ search path for parsers
Björn Linse
2020-02-07
*
tree-sitter: implement query functionality and highlighting prototype [skip.l...
Björn Linse
2019-12-22
*
tree-sitter: handle node equality
Björn Linse
2019-09-28
*
tree-sitter: use "range" instead of "point_range" consistently in lua API
Björn Linse
2019-09-28
*
tree-sitter: fix lint, delete "demo" plugin (replaced by functional tests)
Björn Linse
2019-09-28
*
tree-sitter: cleanup tree refcounting
Björn Linse
2019-09-28
*
tree-sitter: inspect language
Björn Linse
2019-09-28
[next]