Add erlang and erl alias (#12)
This commit is contained in:
parent
91f5e9c8cd
commit
ea41373224
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ const entries = [
|
||||||
['cpp', ['cpp']],
|
['cpp', ['cpp']],
|
||||||
['csharp', ['csharp', 'cs']],
|
['csharp', ['csharp', 'cs']],
|
||||||
['elixir', ['elixir']],
|
['elixir', ['elixir']],
|
||||||
|
['erlang', ['erlang', 'erl']],
|
||||||
['fsharp', ['fsharp', 'fs']],
|
['fsharp', ['fsharp', 'fs']],
|
||||||
['go', ['golang', 'go']],
|
['go', ['golang', 'go']],
|
||||||
['haskell', ['haskell', 'hs']],
|
['haskell', ['haskell', 'hs']],
|
||||||
|
|
Loading…
Reference in a new issue