diff --git a/ignore/src/types.rs b/ignore/src/types.rs index f5790a2..d231b57 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -245,6 +245,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ // Extensions "*.bash", "*.csh", "*.ksh", "*.sh", "*.tcsh", "*.zsh", ]), + ("smarty", &["*.tpl"]), ("sml", &["*.sml", "*.sig"]), ("soy", &["*.soy"]), ("spark", &["*.spark"]),