summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Salihi <admin@prestance-informatique.fr>2018-01-29 20:12:02 +0100
committerAndrew Gallant <jamslam@gmail.com>2018-01-29 14:12:02 -0500
commited9150c9b460115fffce151f5119a1e0f94af575 (patch)
tree4fe710f94ad10fd530ff9cf9284273ffa7d7349d
parent51864c13fc329332b9ebcf2a7e45e7b6aadeedbd (diff)
types: add Smarty tpl
It is used by Prestashop CMS and more.
-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 f5790a24..d231b577 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"]),