Skip to content

Commit

Permalink
Merge pull request #878 from eksperimental/elixir_extensions
Browse files Browse the repository at this point in the history
File Types: Add eex under Elixir
  • Loading branch information
ggreer committed Apr 29, 2016
2 parents 2260fe0 + c5890a4 commit 00ffeb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lang.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lang_spec_t langs[] = {
{ "delphi", { "pas", "int", "dfm", "nfm", "dof", "dpk", "dproj", "groupproj", "bdsgroup", "bdsproj" } },
{ "ebuild", { "ebuild", "eclass" } },
{ "elisp", { "el" } },
{ "elixir", { "ex", "exs" } },
{ "elixir", { "ex", "eex", "exs" } },
{ "erlang", { "erl", "hrl" } },
{ "factor", { "factor" } },
{ "fortran", { "f", "f77", "f90", "f95", "f03", "for", "ftn", "fpp" } },
Expand Down
2 changes: 1 addition & 1 deletion tests/list_file_types.t
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Language types are output:
.el

--elixir
.ex .exs
.ex .eex .exs

--erlang
.erl .hrl
Expand Down

0 comments on commit 00ffeb3

Please sign in to comment.