From 7f3a0f0828a6233cfb99a84b6a39e5184144ec41 Mon Sep 17 00:00:00 2001 From: "Stephen E. Baker" Date: Tue, 8 May 2018 12:03:19 -0400 Subject: [PATCH] ignore/types: add jsp extension to java type --- ignore/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 94016c8..ed60e01 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",