diff --git a/ignore/src/types.rs b/ignore/src/types.rs index b662423..94016c8 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"]),