1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00

Add zsh type

This commit is contained in:
simbekkh 2016-10-27 17:34:49 +02:00 committed by Simen Bekkhus
parent 31fbae597f
commit 867a57e176
No known key found for this signature in database
GPG Key ID: F8DE8DC2A9CDB9FF

View File

@ -88,6 +88,7 @@ const TYPE_EXTENSIONS: &'static [(&'static str, &'static [&'static str])] = &[
("xml", &["*.xml"]),
("yacc", &["*.y"]),
("yaml", &["*.yaml", "*.yml"]),
("zsh", &["*.zsh", ".zshenv", ".zlogin", ".zprofile", ".zshrc"]),
];
/// Describes all the possible failure conditions for building a file type