Skip to content

Commit

Permalink
add-elixir-file-extensions
Browse files Browse the repository at this point in the history
Adds the `eex` and `heex` Elixir filetypes
  • Loading branch information
arcanemachine committed Apr 10, 2024
1 parent 80f2107 commit d6a4992
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 @@ -55,6 +55,7 @@
'dtd': {'text', 'dtd'},
'ear': {'binary', 'zip', 'jar'},
'edn': {'text', 'clojure', 'edn'},
'eex': {'text', 'elixir'},
'ejs': {'text', 'ejs'},
'env': {'text', 'dotenv'},
'eot': {'binary', 'eot'},
Expand Down Expand Up @@ -90,6 +91,7 @@
'h': {'text', 'header', 'c', 'c++'},
'hbs': {'text', 'handlebars'},
'hcl': {'text', 'hcl'},
'heex': {'text', 'elixir'},
'hh': {'text', 'header', 'c++'},
'hpp': {'text', 'header', 'c++'},
'hrl': {'text', 'erlang'},
Expand Down

0 comments on commit d6a4992

Please sign in to comment.