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

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