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
/
query.lua
Commit message (
Expand
)
Author
Age
*
fix(query): fix unnatural order for inherits in treesitter queries (#20298)
Sergey Berezhnoy
2022-09-29
*
fix(docs): invalid :help links #20345
Justin M. Keyes
2022-09-25
*
docs(treesitter): clean up and update treesitter.txt (#20142)
Christian Clason
2022-09-14
*
fix(treesitter): prevent endless loop on self-inheritence
Thomas Vigouroux
2022-09-11
*
fix(treesitter): use the right loading order for base queries (#20117)
bfredl
2022-09-08
*
feat(treesitter)!: do not merge queries by default (#20105)
Thomas Vigouroux
2022-09-08
*
Use weak tables in tree-sitter code (#17117)
Thomas Vigouroux
2022-09-07
*
feat(treesitter): add opts.concat to query.get_text_node
Quentin Rasmont
2022-08-25
*
fix(treesitter): don't error when node argument of predicate is nil (#19355)
Stephan Seitz
2022-07-14
*
fix(treesitter): offset directive associates range with capture (#18276)
Lewis Russell
2022-05-28
*
chore: format runtime with stylua
Christian Clason
2022-05-09
*
docs: treesitter.txt - fix overflowing lines, document minimum_language_versi...
Chinmay Dalal
2022-02-13
*
fix(query.lua): check empty table for lines
kevinhwang91
2022-02-11
*
perf(treesitter): cache query parsing
Stephan Seitz
2022-01-06
*
feat(treesitter): multiline match predicates
Lewis Russell
2021-12-12
*
feat(ts): add support for multiline nodes in get_node_text (#14999)
Mathias Fußenegger
2021-12-12
*
chore: fix typos (#16361)
dundargoc
2021-11-27
*
docs: make Lua docstrings consistent #15255
Gregory Anders
2021-08-22
*
docs(ts): add documentation for listing fns
Thomas Vigouroux
2021-07-25
*
treesitter: add query.list_directives
Stephan Seitz
2021-07-24
*
treesitter: add predicate "any-of?" (#14344)
Raymond W. Ko
2021-05-14
*
treesitter: do not escape in match? (#14382)
Stephan Seitz
2021-05-11
*
Merge pull request #14418 from DerekStride/treesitter-set-directive
Thomas Vigouroux
2021-05-03
|
\
|
*
Ensure there is a nested table allocated for #set!
derekstride
2021-04-27
*
|
docs: Treesitter (#13260)
TJ DeVries
2021-05-01
|
/
*
Merge pull request #14046 from nvim-treesitter/feature/language-tree-directiv...
Thomas Vigouroux
2021-04-14
|
\
|
*
feat(treesitter): allow injections to be configured through directives
Steven Sojka
2021-04-02
*
|
Fix #14192: Handle IO errors and close files in query.lua
Stephan Seitz
2021-04-02
|
/
*
ts: Add per-language query overriding
TJ DeVries
2021-03-30
*
fix(treesitter): dedupe runtime file list
Steven Sojka
2021-03-23
*
treesitter: small fixes
Santos Gallegos
2021-02-07
*
treesitter: Fix linter warning and add helper function to remove duplicated l...
“jvgrootveld”
2021-01-18
*
treesitter: default start and end row when omitted
“jvgrootveld”
2021-01-15
*
treesitter: simplify query reading logic
Björn Linse
2021-01-04
*
feat(treesitter): add offset predicate for language injection
Steven Sojka
2020-12-15
*
tree-sitter: Put base languages first in queries
Stephan Seitz
2020-11-08
*
fix(treesitter): account for no main query file
Steven Sojka
2020-10-28
*
treesitter: runtime queries
Thomas Vigouroux
2020-10-11
*
treesitter: add string parser (#13008)
Thomas Vigouroux
2020-09-30
*
lint: just bit twiddlin'
Björn Linse
2020-09-06
*
treesitter: simplify match_preds
Thomas Vigouroux
2020-09-06
*
treesitter: use lua-match? instead of match?
Thomas Vigouroux
2020-09-06
*
treesitter: allow to list supported predicates
Thomas Vigouroux
2020-09-04
*
treesitter: avoid escaping complete query strings
Stephan Seitz
2020-08-31
*
treesitter: allow to force predicate addition
Thomas Vigouroux
2020-08-13
*
treesitter: add predicate negation
Thomas Vigouroux
2020-08-13
*
treesitter: add and test vim-match? predicate
Thomas Vigouroux
2020-08-13
*
treesitter: add contains? predicate
Thomas Vigouroux
2020-08-13
*
treesitter(docs): update and refresh docs
Thomas Vigouroux
2020-08-13
*
treesitter: refactor and use lua regexes
Thomas Vigouroux
2020-08-13