summaryrefslogtreecommitdiff
path: root/lua/nvim-treesitter/query_predicates.lua
AgeCommit message (Collapse)Author
2021-01-20Fix "nth?" predicateStephan Seitz
2020-12-18fix(query): add noop handler for make-rangeSteven Sojka
2020-11-18fix(predicates): Fix #446: highlight property only if not a methodStephan Seitz
2020-11-18feat(predicates): extend has-ancestor?, add has-parent?/has-type?Stephan Seitz
2020-10-26Add virtual range for creating node-like objects from multiple nodesStephan Seitz
2020-09-03preds: declare set! predicateThomas Vigouroux
2020-08-16feat(highlights): add is predicateSteven Sojka
2020-08-14fix: refactor after upstream refactorThomas Vigouroux
2020-07-31feat(predicates): add adjacent predicateSteven Sojka
2020-07-27Predicates: remove function unlispify and use Lisp names directlyStephan Seitz
2020-07-27Add predicate: has-ancestor?Stephan Seitz
2020-07-27Add predicates moduleStephan Seitz