From ca6bd648ab11aeb3b3db9cc570db4d3db52f7bb2 Mon Sep 17 00:00:00 2001 From: Jesse Claven Date: Wed, 30 Aug 2017 11:57:12 +0200 Subject: Add Elm file type. --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 154dee30..cf78c9f7 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", &[ -- cgit v1.2.3