diff --git a/src/types.rs b/src/types.rs index 3133c03..b49e9df 100644 --- a/src/types.rs +++ b/src/types.rs @@ -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