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:
parent
51864c13fc
commit
ed9150c9b4
@ -245,6 +245,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
|
|||||||
// Extensions
|
// Extensions
|
||||||
"*.bash", "*.csh", "*.ksh", "*.sh", "*.tcsh", "*.zsh",
|
"*.bash", "*.csh", "*.ksh", "*.sh", "*.tcsh", "*.zsh",
|
||||||
]),
|
]),
|
||||||
|
("smarty", &["*.tpl"]),
|
||||||
("sml", &["*.sml", "*.sig"]),
|
("sml", &["*.sml", "*.sig"]),
|
||||||
("soy", &["*.soy"]),
|
("soy", &["*.soy"]),
|
||||||
("spark", &["*.spark"]),
|
("spark", &["*.spark"]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user