meain/evil-textobj-tree-sitter

Add support for/workaround `#offset` and `#lua-match` predicates

Opened this issue · 2 comments

meain commented

#lua-match can probably be changed to #match?

From docs:

`lua-match?`                              *treesitter-predicate-lua-match?*
    Match |lua-patterns| against the text corresponding to a node,
    similar to `match?`
meain commented

Necessary for #87

meain commented

Currently just blindly changing lua-match to match.