diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 3c7f8f1..e70f44b 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -242,6 +242,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ "*.bash", "*.csh", "*.ksh", "*.sh", "*.tcsh", "*.zsh", ]), ("sml", &["*.sml", "*.sig"]), + ("soy", &["*.soy"]), ("spark", &["*.spark"]), ("sql", &["*.sql", "*.psql"]), ("stylus", &["*.styl"]),