| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-02 | chore: fix typos | Dundar Göc | |
| 2021-08-03 | fix: query_predicate - nth | Munif Tanjim | |
| 2021-07-09 | downcase predicate: nil protection | Santos Gallegos | |
| get_node_text could be nil if the range is invalid. With https://github.com/neovim/neovim/pull/15030/ this fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1531 | |||
| 2021-07-04 | Use stylua for autoformat code (#1480) | Santos Gallegos | |
| 2021-06-04 | downcase! directive to use with ruby injections | derekstride | |
| ``` (#downcase! "language") ``` downcase! will ensure the metadata value for the specified key will be downcased. If the value is a node, it will downcase the text specified by the node. ``` (#downcase! @node "key") ``` You can also namespace the key with a specific capture, similar to how you can call `(#set! @node "key" "value")` | |||
| 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 | |
