Skip to content

Commit

Permalink
Merge pull request #399 from nifoc/feat/add-elixir
Browse files Browse the repository at this point in the history
Add support for Elixir
  • Loading branch information
asottile committed Jul 19, 2023
2 parents cdad607 + 3b0128c commit c65266c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions identify/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@
'eps': {'binary', 'eps'},
'erb': {'text', 'erb'},
'erl': {'text', 'erlang'},
'ex': {'text', 'elixir'},
'exe': {'binary'},
'exs': {'text', 'elixir'},
'eyaml': {'text', 'yaml'},
'f03': {'text', 'fortran'},
'f08': {'text', 'fortran'},
Expand Down

0 comments on commit c65266c

Please sign in to comment.