Skip to content

Commit

Permalink
Erlang extensions and files
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiw authored and asottile committed Nov 18, 2022
1 parent 5ab0d6a commit fba6e35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions identify/extensions.py
Expand Up @@ -51,6 +51,7 @@
'eot': {'binary', 'eot'},
'eps': {'binary', 'eps'},
'erb': {'text', 'erb'},
'erl': {'text', 'erlang'},
'exe': {'binary'},
'eyaml': {'text', 'yaml'},
'f03': {'text', 'fortran'},
Expand Down Expand Up @@ -79,6 +80,7 @@
'hcl': {'text', 'hcl'},
'hh': {'text', 'header', 'c++'},
'hpp': {'text', 'header', 'c++'},
'hrl': {'text', 'erlang'},
'hs': {'text', 'haskell'},
'htm': {'text', 'html'},
'html': {'text', 'html'},
Expand Down Expand Up @@ -333,7 +335,10 @@
'pylintrc': EXTENSIONS['ini'] | {'pylintrc'},
'README': EXTENSIONS['txt'],
'Rakefile': EXTENSIONS['rb'],
'rebar.config': EXTENSIONS['erl'],
'setup.cfg': EXTENSIONS['ini'],
'sys.config': EXTENSIONS['erl'],
'sys.config.src': EXTENSIONS['erl'],
'WORKSPACE': EXTENSIONS['bzl'],
'wscript': EXTENSIONS['py'],
}

0 comments on commit fba6e35

Please sign in to comment.