summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjgart <47760695+jgarte@users.noreply.github.com>2021-10-22 08:16:48 -0400
committerGitHub <noreply@github.com>2021-10-22 08:16:48 -0400
commitf5cff746bc7827b42498161b7a5dcc068540ec57 (patch)
treed56a87d2b50c888c54429676b3922401ec26e350
parent457f53b7ee70064075bd95dab163d6ac772ed03e (diff)
ignore/types: add hy
This adds file detection for hy: http://hylang.org/ PR #2033
-rw-r--r--crates/ignore/src/default_types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ignore/src/default_types.rs b/crates/ignore/src/default_types.rs
index 74d71672..579315a7 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -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"]),