summaryrefslogtreecommitdiffstats
path: root/README-NEW.md
diff options
context:
space:
mode:
Diffstat (limited to 'README-NEW.md')
-rw-r--r--README-NEW.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README-NEW.md b/README-NEW.md
index d09da708..4012935a 100644
--- a/README-NEW.md
+++ b/README-NEW.md
@@ -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