Skip to content

Commit e474934

Browse files
authored
Add 'escript' interpreter for Erlang support
1 parent 8b6ef1e commit e474934

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

identify/interpreters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
'csh': {'shell', 'csh'},
99
'dash': {'shell', 'dash'},
1010
'expect': {'expect'},
11+
'escript': {'shell', 'erlang'},
1112
'ksh': {'shell', 'ksh'},
1213
'node': {'javascript'},
1314
'nodejs': {'javascript'},

0 commit comments

Comments
 (0)