1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-04-14 00:58:43 +02:00

types: add Smarty tpl

It is used by Prestashop CMS and more.
This commit is contained in:
Michael Salihi 2018-01-29 20:12:02 +01:00 committed by Andrew Gallant
parent 51864c13fc
commit ed9150c9b4

View File

@ -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"]),