diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 38caf3b2..af78a224 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -148,6 +148,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("rst", &["*.rst"]), ("ruby", &["*.rb"]), ("rust", &["*.rs"]), + ("sass", &["*.scss"]), ("scala", &["*.scala"]), ("sh", &["*.bash", "*.csh", "*.ksh", "*.sh", "*.tcsh"]), ("spark", &["*.spark"]),