Skip to content

Commit

Permalink
add: interpreters
Browse files Browse the repository at this point in the history
the lest known might be: https://linux.die.net/man/1/expect
  • Loading branch information
David Arnold committed Sep 4, 2020
1 parent 62e98d7 commit 85132e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions identify/interpreters.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
from __future__ import unicode_literals

INTERPRETERS = {
'ash': {'shell', 'ash'},
'awk': {'awk'},
'bash': {'shell', 'bash'},
'csh': {'shell', 'csh'},
'dash': {'shell', 'dash'},
'expect': {'expect'},
'ksh': {'shell', 'ksh'},
'node': {'javascript'},
'nodejs': {'javascript'},
'perl': {'perl'},
Expand Down

0 comments on commit 85132e9

Please sign in to comment.