mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-22 15:43:48 -07:00
For example, `**/{node_modules/**/*/{ts,js},crates/**/*.{rs,toml}`. I originally didn't add this I think for implementation simplicity, but it turns out that it really isn't much work to do. There might have also been some odd behavior in the regex engine for dealing with empty alternates, but that has all been long fixed. Closes #3048, Closes #3112