mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 05:33:04 +02:00
Add zsh type
This commit is contained in:
parent
31fbae597f
commit
867a57e176
@ -88,6 +88,7 @@ const TYPE_EXTENSIONS: &'static [(&'static str, &'static [&'static str])] = &[
|
|||||||
("xml", &["*.xml"]),
|
("xml", &["*.xml"]),
|
||||||
("yacc", &["*.y"]),
|
("yacc", &["*.y"]),
|
||||||
("yaml", &["*.yaml", "*.yml"]),
|
("yaml", &["*.yaml", "*.yml"]),
|
||||||
|
("zsh", &["*.zsh", ".zshenv", ".zlogin", ".zprofile", ".zshrc"]),
|
||||||
];
|
];
|
||||||
|
|
||||||
/// Describes all the possible failure conditions for building a file type
|
/// Describes all the possible failure conditions for building a file type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user