diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 94016c82..ed60e017 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -146,7 +146,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("haskell", &["*.hs", "*.lhs"]), ("hs", &["*.hs", "*.lhs"]), ("html", &["*.htm", "*.html", "*.ejs"]), - ("java", &["*.java"]), + ("java", &["*.java", "*.jsp"]), ("jinja", &["*.j2", "*.jinja", "*.jinja2"]), ("js", &[ "*.js", "*.jsx", "*.vue",