mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-31 04:02:00 -07:00
ignore/types: add hy
This adds file detection for hy: http://hylang.org/ PR #2033
This commit is contained in:
@@ -82,6 +82,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
|
|||||||
("hbs", &["*.hbs"]),
|
("hbs", &["*.hbs"]),
|
||||||
("hs", &["*.hs", "*.lhs"]),
|
("hs", &["*.hs", "*.lhs"]),
|
||||||
("html", &["*.htm", "*.html", "*.ejs"]),
|
("html", &["*.htm", "*.html", "*.ejs"]),
|
||||||
|
("hy", &["*.hy"]),
|
||||||
("idris", &["*.idr", "*.lidr"]),
|
("idris", &["*.idr", "*.lidr"]),
|
||||||
("janet", &["*.janet"]),
|
("janet", &["*.janet"]),
|
||||||
("java", &["*.java", "*.jsp", "*.jspx", "*.properties"]),
|
("java", &["*.java", "*.jsp", "*.jspx", "*.properties"]),
|
||||||
|
Reference in New Issue
Block a user