From a2d8c49d6f8e4c7810642976174dde8642d1d8e8 Mon Sep 17 00:00:00 2001 From: Bram Geron Date: Thu, 3 May 2018 14:05:00 +0100 Subject: [PATCH] ignore/types: add shorthand 'hs' for Haskell --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) 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"]),