erlang: add *.esh extension

Add *.esh as Erlang syntax highlighting (#32)
This commit is contained in:
Ruan Pienaar 2018-08-30 16:59:36 +01:00 committed by Christian Nicolai
parent e9ca75bd63
commit 6bcceb0851
1 changed files with 5 additions and 0 deletions

View File

@ -956,6 +956,11 @@
*.erlang
-syntax erlang
-autoindent
-tab 4
*.esh
-syntax erlang
-autoindent
-tab 4
Sieve (ManageSieve)