support searching across multiple lines · Issue #176 · BurntSushi/ripgrep

Say for example I'm trying to find instances of click that reside in a listeners block, like so: listeners: { foo: ... click: .... } According to the Rust regex docs, I should be able to do: rg '(?...