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