ignore/types: add red

See: https://www.red-lang.org/

Closes #1663
This commit is contained in:
Raimon Grau
2020-08-25 16:08:11 +01:00
committed by Andrew Gallant
parent 121e0135c1
commit 53c4855517
2 changed files with 3 additions and 1 deletions

View File

@@ -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"]),