summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Colvin <s@muelcolvin.com>2017-01-30 21:35:30 +0000
committerAndrew Gallant <jamslam@gmail.com>2017-01-31 07:26:25 -0500
commitf5b2c96b778b7ce28bd8ee7e2d277694ba1f123c (patch)
treed482258cde2dfc3e721f33e6aa197f0d934029e4
parent6e209b6fdbd8e3f062793f946cc7b55c2ed958f2 (diff)
add '*.sass' to sass type
-rw-r--r--ignore/src/types.rs2
1 files changed, 1 insertions, 1 deletions
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"]),