Skip to content

Commit f5cff74

Browse files
authored
ignore/types: add hy
This adds file detection for hy: http://hylang.org/ PR #2033
1 parent 457f53b commit f5cff74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ignore/src/default_types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
8282
("hbs", &["*.hbs"]),
8383
("hs", &["*.hs", "*.lhs"]),
8484
("html", &["*.htm", "*.html", "*.ejs"]),
85+
("hy", &["*.hy"]),
8586
("idris", &["*.idr", "*.lidr"]),
8687
("janet", &["*.janet"]),
8788
("java", &["*.java", "*.jsp", "*.jspx", "*.properties"]),

0 commit comments

Comments
 (0)