summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsimbekkh <simen.bekkhus@finn.no>2016-10-27 17:34:49 +0200
committerSimen Bekkhus <sbekkhus91@gmail.com>2016-10-27 17:36:26 +0200
commit867a57e176c4c92d7672a94ce555003aed10453f (patch)
tree1ea171e8fb3311ada3955ed47a853de1c7482359 /src
parent31fbae597f3a857c0ef970cffa68eb14be838f77 (diff)
Add zsh type
Diffstat (limited to 'src')
-rw-r--r--src/types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.rs b/src/types.rs
index 3133c03b..b49e9df5 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