diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 154dee3..cf78c9f 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -125,6 +125,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("d", &["*.d"]), ("elisp", &["*.el"]), ("elixir", &["*.ex", "*.eex", "*.exs"]), + ("elm", &["*.elm"]), ("erlang", &["*.erl", "*.hrl"]), ("fish", &["*.fish"]), ("fortran", &[