osa1 / sg

A syntax-aware grep-like code search tool
MIT License
47 stars 1 forks source link

Support -w when searching in comments and strings #2

Closed osa1 closed 3 years ago

osa1 commented 3 years ago

Currently it only works for identifiers.

We should follow ags word split rules.