1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-05-29 21:47:42 +02:00

ignore/types: add shorthand 'hs' for Haskell

This commit is contained in:
Bram Geron 2018-05-03 14:05:00 +01:00 committed by Andrew Gallant
parent 6ffb4b7466
commit a2d8c49d6f

View File

@ -144,6 +144,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("h", &["*.h", "*.hpp"]),
("hbs", &["*.hbs"]),
("haskell", &["*.hs", "*.lhs"]),
("hs", &["*.hs", "*.lhs"]),
("html", &["*.htm", "*.html", "*.ejs"]),
("java", &["*.java"]),
("jinja", &["*.j2", "*.jinja", "*.jinja2"]),