Add ".es" to recognised ECMAScript extensions

* Add ".es" to recognised JavaScript extensions
* Add heuristic to differentiate Erlang from ECMAScript
* Add test-case for .es heuristic
This commit is contained in:
John Gardner
2016-03-30 06:36:13 +11:00
committed by Arfon Smith
parent 7c8bc8561d
commit 24b368a30c
8 changed files with 194 additions and 1 deletions

1
samples/Erlang/release Normal file → Executable file
View File

@@ -119,4 +119,3 @@ execute_overlay([{copy, In, Out} | Rest], Vars, BaseDir, TargetDir) ->
exit_code(ExitCode) ->
erlang:halt(ExitCode, [{flush, true}]).