From ed9150c9b460115fffce151f5119a1e0f94af575 Mon Sep 17 00:00:00 2001 From: Michael Salihi Date: Mon, 29 Jan 2018 20:12:02 +0100 Subject: [PATCH] types: add Smarty tpl It is used by Prestashop CMS and more. --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) 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"]),