From 687e8469446634261ec24e40764a81140a218734 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Fri, 25 Nov 2016 15:24:27 +0100 Subject: [PATCH] Add stylus type --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 44835450..ece1cd1a 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -153,6 +153,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("scala", &["*.scala"]), ("sh", &["*.bash", "*.csh", "*.ksh", "*.sh", "*.tcsh"]), ("spark", &["*.spark"]), + ("stylus", &["*.styl"]), ("sql", &["*.sql"]), ("sv", &["*.v", "*.vg", "*.sv", "*.svh", "*.h"]), ("swift", &["*.swift"]),