summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimen Bekkhus <sbekkhus91@gmail.com>2016-11-25 15:24:27 +0100
committerSimen Bekkhus <sbekkhus91@gmail.com>2016-11-25 15:24:27 +0100
commit687e8469446634261ec24e40764a81140a218734 (patch)
tree2ec43bf14595d955e826f39ee0cff1911ae120ab
parent7d475b0c70f3d32df336624a40ac26e0d6460fba (diff)
Add stylus type
-rw-r--r--ignore/src/types.rs1
1 files changed, 1 insertions, 0 deletions
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"]),