1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-29 22:01:04 +02:00

Merge pull request #170 from sfackler/patch-1

Add .gradle as a groovy extension pattern
This commit is contained in:
Andrew Gallant 2016-10-12 15:59:57 -04:00 committed by GitHub
commit 1c1331d926

View File

@ -39,7 +39,7 @@ const TYPE_EXTENSIONS: &'static [(&'static str, &'static [&'static str])] = &[
]),
("fsharp", &["*.fs", "*.fsx", "*.fsi"]),
("go", &["*.go"]),
("groovy", &["*.groovy"]),
("groovy", &["*.groovy", "*.gradle"]),
("haskell", &["*.hs", "*.lhs"]),
("html", &["*.htm", "*.html"]),
("java", &["*.java"]),