ignore/types: add hy

This adds file detection for hy: http://hylang.org/

PR #2033
This commit is contained in:
jgart
2021-10-22 08:16:48 -04:00
committed by GitHub
parent 457f53b7ee
commit f5cff746bc

View File

@@ -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"]),