mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-06-30 22:23:44 +02:00
@ -189,7 +189,9 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
|
|||||||
("racket", &["*.rkt"]),
|
("racket", &["*.rkt"]),
|
||||||
("rdoc", &["*.rdoc"]),
|
("rdoc", &["*.rdoc"]),
|
||||||
("readme", &["README*", "*README"]),
|
("readme", &["README*", "*README"]),
|
||||||
|
("reasonml", &["*.re", "*.rei"]),
|
||||||
("red", &["*.r", "*.red", "*.reds"]),
|
("red", &["*.r", "*.red", "*.reds"]),
|
||||||
|
("rescript", &["*.res", "*.resi"]),
|
||||||
("robot", &["*.robot"]),
|
("robot", &["*.robot"]),
|
||||||
("rst", &["*.rst"]),
|
("rst", &["*.rst"]),
|
||||||
("ruby", &[
|
("ruby", &[
|
||||||
|
Reference in New Issue
Block a user