summaryrefslogtreecommitdiffstats
path: root/identify/interpreters.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-10-04 14:50:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-10-04 14:50:35 +0000
commitccc606e17ceea4cdc9666131506c19b74a528d1a (patch)
treea00063fa71c7561768e1bae568e323b3030b2839 /identify/interpreters.py
parentReleasing debian version 1.4.29-1. (diff)
downloadidentify-ccc606e17ceea4cdc9666131506c19b74a528d1a.tar.xz
identify-ccc606e17ceea4cdc9666131506c19b74a528d1a.zip
Merging upstream version 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'},