summaryrefslogtreecommitdiffstats
path: root/identify/interpreters.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-10-04 14:50:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-10-04 14:50:32 +0000
commitede3da3368e77e464dda151b9d3f7807aacf07eb (patch)
tree113ea3ed873fdedfbdd29bfeed975b5813bbd172 /identify/interpreters.py
parentAdding upstream version 1.4.29. (diff)
downloadidentify-upstream/1.5.5.tar.xz
identify-upstream/1.5.5.zip
Adding upstream version 1.5.5.upstream/1.5.5
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'identify/interpreters.py')
-rw-r--r--identify/interpreters.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/identify/interpreters.py b/identify/interpreters.py
index bcffb5a..7feb4b1 100644
--- a/identify/interpreters.py
+++ b/identify/interpreters.py
@@ -3,9 +3,14 @@ from __future__ import absolute_import
from __future__ import unicode_literals
INTERPRETERS = {
+ 'ash': {'shell', 'ash'},
+ 'awk': {'awk'},
'bash': {'shell', 'bash'},
+ 'bats': {'shell', 'bash', 'bats'},
'csh': {'shell', 'csh'},
'dash': {'shell', 'dash'},
+ 'expect': {'expect'},
+ 'ksh': {'shell', 'ksh'},
'node': {'javascript'},
'nodejs': {'javascript'},
'perl': {'perl'},