summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Geron <bgeron@bgeron.nl>2018-05-03 14:05:00 +0100
committerAndrew Gallant <jamslam@gmail.com>2018-05-03 09:05:00 -0400
commita2d8c49d6f8e4c7810642976174dde8642d1d8e8 (patch)
treeb47329886fe9a399ed6f716cfb0559bcb30a0de1
parent6ffb4b7466c914a2683847b5fb4e30ea16749e94 (diff)
ignore/types: add shorthand 'hs' for Haskell
-rw-r--r--ignore/src/types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ignore/src/types.rs b/ignore/src/types.rs
index b6624238..94016c82 100644
--- a/ignore/src/types.rs
+++ b/ignore/src/types.rs
@@ -144,6 +144,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("h", &["*.h", "*.hpp"]),
("hbs", &["*.hbs"]),
("haskell", &["*.hs", "*.lhs"]),
+ ("hs", &["*.hs", "*.lhs"]),
("html", &["*.htm", "*.html", "*.ejs"]),
("java", &["*.java"]),
("jinja", &["*.j2", "*.jinja", "*.jinja2"]),