1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-08 13:23:34 +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` The type `foo` will now match any file ending with the `.foo` or `.foobar`
extensions. 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 ### Building
`ripgrep` is written in Rust, so you'll need to grab a `ripgrep` is written in Rust, so you'll need to grab a