diff options
| author | Joshua Peek <josh@joshpeek.com> | 2012-12-10 06:58:32 -0800 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2012-12-10 06:58:32 -0800 |
| commit | 09fbcc9a7223c4c2fb61e3fffb44482d2f7c401e (patch) | |
| tree | f52a5555e1ff2a80462843ccb61eeb9be56cf14e /lib | |
| parent | ee2b92cf82a2f487e00b6903f737e2751035907a (diff) | |
| parent | 1c85d0b38a73af785c9c00f88066b95d1d8234a8 (diff) | |
Merge pull request #298 from johanatan/master
Adds Elm.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/linguist/languages.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index f934e84..558602e 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -405,6 +405,14 @@ Elixir: - .ex - .exs +Elm: + type: programming + lexer: Haskell + group: Haskell + primary_extension: .elm + extensions: + - .elm + Emacs Lisp: type: programming lexer: Scheme |
