1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-02-04 06:08:39 +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"]), ("fsharp", &["*.fs", "*.fsx", "*.fsi"]),
("go", &["*.go"]), ("go", &["*.go"]),
("groovy", &["*.groovy"]), ("groovy", &["*.groovy", "*.gradle"]),
("haskell", &["*.hs", "*.lhs"]), ("haskell", &["*.hs", "*.lhs"]),
("html", &["*.htm", "*.html"]), ("html", &["*.htm", "*.html"]),
("java", &["*.java"]), ("java", &["*.java"]),