summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjpe90 <eskinjp@gmail.com>2022-05-22 20:08:45 -0400
committerGitHub <noreply@github.com>2022-05-22 20:08:45 -0400
commita726d03641e081aa0f4c4a1b9f24f5a905fd5d04 (patch)
treeacc1c4702e82e0c920119554f9ce4011c83b6c3c
parent91afd4214a9ada15e475bba02694f4fb50079cbc (diff)
ignore/types: add hare to default types
PR #2219
-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 47da7f71..7241495f 100644
--- a/crates/ignore/src/default_types.rs
+++ b/crates/ignore/src/default_types.rs
@@ -83,6 +83,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("gzip", &["*.gz", "*.tgz"]),
("h", &["*.h", "*.hh", "*.hpp"]),
("haml", &["*.haml"]),
+ ("hare", &["*.ha"]),
("haskell", &["*.hs", "*.lhs", "*.cpphs", "*.c2hs", "*.hsc"]),
("hbs", &["*.hbs"]),
("hs", &["*.hs", "*.lhs"]),