We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50e032f + 53e33c6 commit a4ed2caCopy full SHA for a4ed2ca
identify/extensions.py
@@ -72,6 +72,7 @@
72
'eps': {'binary', 'eps'},
73
'erb': {'text', 'erb'},
74
'erl': {'text', 'erlang'},
75
+ 'escript': {'text', 'erlang'},
76
'ex': {'text', 'elixir'},
77
'exe': {'binary'},
78
'exs': {'text', 'elixir'},
identify/interpreters.py
@@ -8,6 +8,7 @@
8
'csh': {'shell', 'csh'},
9
'dash': {'shell', 'dash'},
10
'expect': {'expect'},
11
+ 'escript': {'erlang'},
12
'ksh': {'shell', 'ksh'},
13
'node': {'javascript'},
14
'nodejs': {'javascript'},
0 commit comments