From f5cff746bc7827b42498161b7a5dcc068540ec57 Mon Sep 17 00:00:00 2001 From: jgart <47760695+jgarte@users.noreply.github.com> Date: Fri, 22 Oct 2021 08:16:48 -0400 Subject: ignore/types: add hy This adds file detection for hy: http://hylang.org/ PR #2033 --- crates/ignore/src/default_types.rs | 1 + 1 file changed, 1 insertion(+) 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"]), -- cgit v1.2.3