summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorStephen E. Baker <baker.stephen.e@gmail.com>2018-05-08 12:03:19 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-05-08 12:03:19 -0400
commit7f3a0f0828a6233cfb99a84b6a39e5184144ec41 (patch)
treeabe0155746bde06914b2d25ba421ead6076adac7 /ignore
parent49f36c7dcdc0f26ecbd956b4ed0ffe7a256b64f5 (diff)
ignore/types: add jsp extension to java type
Diffstat (limited to 'ignore')
-rw-r--r--ignore/src/types.rs2
1 files changed, 1 insertions, 1 deletions
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",