1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-03 05:10:12 +02:00

add link to regex syntax docs

This commit is contained in:
Andrew Gallant 2016-09-22 16:38:52 -04:00
parent c1c484d1a7
commit 80c362623a

View File

@ -225,6 +225,11 @@ $ rg --type-add 'foo:*.foo,*.foobar'
The type `foo` will now match any file ending with the `.foo` or `.foobar`
extensions.
### Regex syntax
The syntax supported is
[documented as part of Rust's regex library](https://doc.rust-lang.org/regex/regex/index.html#syntax).
### Building
`ripgrep` is written in Rust, so you'll need to grab a