From 5a6a2a2b017ed659b45e79743b76b06e39353697 Mon Sep 17 00:00:00 2001 From: Ruan Pienaar Date: Fri, 31 Aug 2018 16:47:10 +0100 Subject: [PATCH] erlang: use correct *.escript instead of *.esh extension Add Use the correct extension for Erlang escript files (#34) --- ftyperc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftyperc b/ftyperc index de31a4c..f742db2 100644 --- a/ftyperc +++ b/ftyperc @@ -958,7 +958,7 @@ -autoindent -tab 4 -*.esh +*.escript -syntax erlang -autoindent -tab 4