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
*
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
*
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: use "module" pattern in lua source
Björn Linse
2019-09-28
*
tree-sitter: simplify editing using the new old_byte_size parameter
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: improve parser API (shared parser between plugins)
Björn Linse
2019-09-28
*
tree-sitter: inspect language
Björn Linse
2019-09-28
*
tree-sitter: rename tree_sitter => treesitter for consistency
Björn Linse
2019-09-28