helixbass / tree-sitter-grep

The Unlicense
10 stars 1 forks source link

Only-matching option #51

Closed helixbass closed 1 year ago

helixbass commented 1 year ago

In this PR:

To test: Per newly added test cases, if you use --only-matching/-o and your matches don't constitute all of the text on all of the lines that they're on, you should only see the text corresponding to the matched tree-sitter AST node in the output

Based on more-languages