From 7eb1dd129ed8b5f98553d4e468a16b69cead129a Mon Sep 17 00:00:00 2001 From: Philip Munksgaard Date: Mon, 4 Sep 2017 12:44:54 +0200 Subject: [PATCH] Add support for Standard ML file types --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index cf78c9f..7b3de37 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -183,6 +183,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("sass", &["*.sass", "*.scss"]), ("scala", &["*.scala"]), ("sh", &["*.bash", "*.csh", "*.ksh", "*.sh", "*.tcsh"]), + ("sml", &["*.sml", "*.sig"]), ("spark", &["*.spark"]), ("stylus", &["*.styl"]), ("sql", &["*.sql"]),