diff --git a/CHANGELOG.md b/CHANGELOG.md index c932c0fb..27ba4956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,8 @@ Security fixes: Feature enhancements: * Added or improved file type filtering for ASP, Bazel, dvc, FlatBuffers, - Futhark, minified files, Mint, pofiles (from GNU gettext) Racket, VCL, Yang. + Futhark, minified files, Mint, pofiles (from GNU gettext) Racket, Red, VCL, + Yang. * [FEATURE #1404](https://github.com/BurntSushi/ripgrep/pull/1404): ripgrep now prints a warning if nothing is searched. * [FEATURE #1680](https://github.com/BurntSushi/ripgrep/pull/1680): diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs index 9fff888b..dfd2b179 100644 --- a/crates/ignore/src/default_types.rs +++ b/crates/ignore/src/default_types.rs @@ -170,6 +170,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[ ("racket", &["*.rkt"]), ("rdoc", &["*.rdoc"]), ("readme", &["README*", "*README"]), + ("red", &["*.r", "*.red", "*.reds"]), ("robot", &["*.robot"]), ("rst", &["*.rst"]), ("ruby", &["Gemfile", "*.gemspec", ".irbrc", "Rakefile", "*.rb"]),