mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
parent
eab044d829
commit
c032cda4b7
@ -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", &[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user