Open segevfiner opened 11 months ago
"Official" tag queries, e.g. https://github.com/tree-sitter/tree-sitter-javascript/blob/master/queries/tags.scm, use a few predicates that are not supported by this library. e.g. #select-adjacent!, #strip!, #not-match?, it would be nice to support them.
#select-adjacent!
#strip!
#not-match?
Supporting custom query predicates, implemented in JS, can also be helpful.
"Official" tag queries, e.g. https://github.com/tree-sitter/tree-sitter-javascript/blob/master/queries/tags.scm, use a few predicates that are not supported by this library. e.g.
#select-adjacent!
,#strip!
,#not-match?
, it would be nice to support them.Supporting custom query predicates, implemented in JS, can also be helpful.