Skip to content

Commit

Permalink
Merge pull request #484 from zupo/patch-1
Browse files Browse the repository at this point in the history
Add support for Elm files
  • Loading branch information
asottile authored Nov 9, 2024
2 parents 4c4ccfa + 7315612 commit 6607f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identify/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
'edn': {'text', 'clojure', 'edn'},
'ejs': {'text', 'ejs'},
'ejson': {'text', 'json', 'ejson'},
'elm': {'text', 'elm'},
'env': {'text', 'dotenv'},
'eot': {'binary', 'eot'},
'eps': {'binary', 'eps'},
Expand Down

0 comments on commit 6607f84

Please sign in to comment.