mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
parent
079a23b515
commit
5d0f2b0fc0
@ -173,7 +173,12 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
|
|||||||
("red", &["*.r", "*.red", "*.reds"]),
|
("red", &["*.r", "*.red", "*.reds"]),
|
||||||
("robot", &["*.robot"]),
|
("robot", &["*.robot"]),
|
||||||
("rst", &["*.rst"]),
|
("rst", &["*.rst"]),
|
||||||
("ruby", &["Gemfile", "*.gemspec", ".irbrc", "Rakefile", "*.rb"]),
|
("ruby", &[
|
||||||
|
// Idiomatic files
|
||||||
|
"config.ru", "Gemfile", ".irbrc", "Rakefile",
|
||||||
|
// Extensions
|
||||||
|
"*.gemspec", "*.rb", "*.rbw"
|
||||||
|
]),
|
||||||
("rust", &["*.rs"]),
|
("rust", &["*.rs"]),
|
||||||
("sass", &["*.sass", "*.scss"]),
|
("sass", &["*.sass", "*.scss"]),
|
||||||
("scala", &["*.scala", "*.sbt"]),
|
("scala", &["*.scala", "*.sbt"]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user