On 25 Oct 2021, at 16:05, Walter Lee Davis via TextMate <textmate@lists.macromates.com> wrote:

I am trying to filter the search down to just .php, .phl, and .inc files, and despite trying a bunch of different regex flavors, I cannot divine what the magic key is to only get those hits. When I try to combine them, I get no results. What kind of syntax is that 'matching' field expecting. I have read the online documentation without any joy.

It expects a file glob pattern, not a regular expression pattern.

-- 
/Jacob Carlborg