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:
parent
6ffb4b7466
commit
a2d8c49d6f
@ -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"]),
|
||||
|
Loading…
x
Reference in New Issue
Block a user