index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
nvim-treesitter
/
query_predicates.lua
Age
Commit message (
Expand
)
Author
2021-08-03
fix: query_predicate - nth
Munif Tanjim
2021-07-09
downcase predicate: nil protection
Santos Gallegos
2021-07-04
Use stylua for autoformat code (#1480)
Santos Gallegos
2021-06-04
downcase! directive to use with ruby injections
derekstride
2021-01-20
Fix "nth?" predicate
Stephan Seitz
2020-12-18
fix(query): add noop handler for make-range
Steven Sojka
2020-11-18
fix(predicates): Fix #446: highlight property only if not a method
Stephan Seitz
2020-11-18
feat(predicates): extend has-ancestor?, add has-parent?/has-type?
Stephan Seitz
2020-10-26
Add virtual range for creating node-like objects from multiple nodes
Stephan Seitz
2020-09-03
preds: declare set! predicate
Thomas Vigouroux
2020-08-16
feat(highlights): add is predicate
Steven Sojka
2020-08-14
fix: refactor after upstream refactor
Thomas Vigouroux
2020-07-31
feat(predicates): add adjacent predicate
Steven Sojka
2020-07-27
Predicates: remove function unlispify and use Lisp names directly
Stephan Seitz
2020-07-27
Add predicate: has-ancestor?
Stephan Seitz
2020-07-27
Add predicates module
Stephan Seitz