diff --git a/src/types.rs b/src/types.rs index 69517124..b87e01ac 100644 --- a/src/types.rs +++ b/src/types.rs @@ -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"]),