mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-30 11:41:57 -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"]),
|
||||
("hs", &["*.hs", "*.lhs"]),
|
||||
("html", &["*.htm", "*.html", "*.ejs"]),
|
||||
("hy", &["*.hy"]),
|
||||
("idris", &["*.idr", "*.lidr"]),
|
||||
("janet", &["*.janet"]),
|
||||
("java", &["*.java", "*.jsp", "*.jspx", "*.properties"]),
|
||||
|
Reference in New Issue
Block a user