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

Merge pull request #197 from SimenB/zsh-type

Add zsh type
This commit is contained in:
Andrew Gallant 2016-10-27 11:56:32 -04:00 committed by GitHub
commit d4876cd064

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