evil-textobj-tree-sitter icon indicating copy to clipboard operation
evil-textobj-tree-sitter copied to clipboard

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

Open meain opened this issue 2 years ago • 2 comments

#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 avatar Mar 11 '23 14:03 meain