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
/
runtime
/
lua
/
vim
/
treesitter.lua
Commit message (
Expand
)
Author
Age
*
Merge pull request #21393 from folke/highlight_show
Christian Clason
2022-12-17
|
\
|
*
feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`
Folke Lemaitre
2022-12-17
*
|
fix(treesitter): properly restore `'syntax'` (#21358)
Lewis Russell
2022-12-14
|
/
*
feat(treesitter): add 'lang' option to show_tree() (#21341)
Gregory Anders
2022-12-08
*
feat(treesitter): add vim.treesitter.show_tree() (#21322)
Gregory Anders
2022-12-08
*
docs(gen): support language annotation in docstrings
Christian Clason
2022-12-02
*
refactor(treesitter): rename x_position => x_pos
Justin M. Keyes
2022-09-25
*
fix(treesitter): return full metadata for get_captures_at_position (#20203)
Christian Clason
2022-09-16
*
docs(treesitter): clean up and update treesitter.txt (#20142)
Christian Clason
2022-09-14
*
Merge pull request #20093 from neovim/upstream-ts-util
Christian Clason
2022-09-08
|
\
|
*
refactor(treesitter): get_{nodes,captures}_at_{position,cursor}
Christian Clason
2022-09-06
|
*
feat(treesitter): upstream get_node_at_cursor()
Quentin Rasmont
2022-09-06
*
|
docs(treesitter): fix doxygen
zeertzjq
2022-09-08
*
|
Use weak tables in tree-sitter code (#17117)
Thomas Vigouroux
2022-09-07
*
|
fix(treesitter): don't support legacy syntax in start()
Christian Clason
2022-09-06
|
/
*
feat(treesitter): add vim.treesitter.start(), enable for Lua
Christian Clason
2022-09-06
*
fix(treesitter): make it get_captures_at_position
bfredl
2022-08-26
*
feat(treesitter): upstream get_hl_groups_at_position()
Quentin Rasmont
2022-08-26
*
feat(treesitter): clarify similar 'get_node_range' functions
Quentin Rasmont
2022-08-25
*
feat(treesitter): upstream node_contains()
Quentin Rasmont
2022-08-25
*
feat(treesitter): upstream is_parent()
Quentin Rasmont
2022-08-25
*
chore: format runtime with stylua
Christian Clason
2022-05-09
*
fix(treesitter): create new parser if language is not the same as cached pars...
Chinmay Dalal
2022-04-22
*
feat(ts): expose minimum language version to lua (#17186)
Thomas Vigouroux
2022-01-27
*
chore: fix typos (#16361)
dundargoc
2021-11-27
*
feat(ts): add query module in treesitter keys
Thomas Vigouroux
2021-08-23
*
docs: make Lua docstrings consistent #15255
Gregory Anders
2021-08-22
*
docs: Treesitter (#13260)
TJ DeVries
2021-05-01
*
fix: allow accessing vim.treesitter.language without require
Thomas Vigouroux
2021-04-01
*
ts: Add language version to vim.treesitter (#14255)
TJ DeVries
2021-03-30
*
chore: remove deprecated lua module tshighlighter
Matthieu Coudron
2021-03-16
*
buffer updates: add on_reload callback and handle it in treesitter parser
Björn Linse
2021-02-10
*
treesitter: propagate on_detach event properly
Björn Linse
2021-02-10
*
fix(treesitter): use source() method on attach
Thomas Vigouroux
2021-01-14
*
feat(buffer_updates): allow ignoring when previewing
Thomas Vigouroux
2020-12-15
*
feat(treesitter): add language tree
Steven Sojka
2020-11-23
*
treesitter: separate tree and parser
Thomas Vigouroux
2020-11-04
*
treesitter: allow custom parser for highlighter
Thomas Vigouroux
2020-10-12
*
treesitter: add string parser (#13008)
Thomas Vigouroux
2020-09-30
*
treesitter: use new on_bytes interface
Björn Linse
2020-09-09
*
treesitter(docs): update and refresh docs
Thomas Vigouroux
2020-08-13
*
treesitter: refactor and use lua regexes
Thomas Vigouroux
2020-08-13
*
treesitter: add parser on_lines callbacks
Thomas Vigouroux
2020-07-10
*
treesitter: call bufload before parsing (#12603)
Thomas Vigouroux
2020-07-10
*
treesitter: use nodes to mark ranges
Thomas Vigouroux
2020-06-29
*
treesitter: add set_included_ranges to the parser
Thomas Vigouroux
2020-06-29
*
treesitter: fix tests
Thomas Vigouroux
2020-06-03
*
treesitter: unknown predicates always match #12173
Thomas Vigouroux
2020-04-30
*
treesitter: escape backslashes in queries
Thomas Vigouroux
2020-04-18
*
lua: add regex support, and `@match` support in treesitter queries
Björn Linse
2020-02-26
[next]