1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-04-19 09:02:15 +02:00

ignore/types: add slim, slime, and skim templates

PR #1391
This commit is contained in:
Jeff S 2020-02-15 07:17:46 -07:00 committed by GitHub
parent 9cb93abd11
commit e572fc1683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,6 +272,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
// Extensions // Extensions
"*.bash", "*.csh", "*.ksh", "*.sh", "*.tcsh", "*.zsh", "*.bash", "*.csh", "*.ksh", "*.sh", "*.tcsh", "*.zsh",
]), ]),
("slim", &["*.skim", "*.slim", "*.slime"]),
("smarty", &["*.tpl"]), ("smarty", &["*.tpl"]),
("sml", &["*.sml", "*.sig"]), ("sml", &["*.sml", "*.sig"]),
("soy", &["*.soy"]), ("soy", &["*.soy"]),