mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-10 05:59:25 +02:00
add link to regex syntax docs
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user