From f5b2c96b778b7ce28bd8ee7e2d277694ba1f123c Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Mon, 30 Jan 2017 21:35:30 +0000 Subject: add '*.sass' to sass type --- ignore/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index d85f3441..856163bb 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -170,7 +170,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("rst", &["*.rst"]), ("ruby", &["Gemfile", "*.gemspec", ".irbrc", "Rakefile", "*.rb"]), ("rust", &["*.rs"]), - ("sass", &["*.scss"]), + ("sass", &["*.sass", "*.scss"]), ("scala", &["*.scala"]), ("sh", &["*.bash", "*.csh", "*.ksh", "*.sh", "*.tcsh"]), ("spark", &["*.spark"]), -- cgit v1.2.3