summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Claven <jesse.claven@gmail.com>2017-08-30 11:57:12 +0200
committerAndrew Gallant <jamslam@gmail.com>2017-08-30 06:46:31 -0400
commitca6bd648ab11aeb3b3db9cc570db4d3db52f7bb2 (patch)
treefb3a772c71d15ec8cce9cf3c2d9709b0e2a2e97b
parentaf77dd55a243b43fca51dea05180a314a2179f8d (diff)
Add Elm file type.
-rw-r--r--ignore/src/types.rs1
1 files changed, 1 insertions, 0 deletions
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", &[