diff --git a/ignore/src/types.rs b/ignore/src/types.rs index e30f2bc0..3dbe6af4 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"]),