summaryrefslogtreecommitdiffstats
path: root/identify/interpreters.py
diff options
context:
space:
mode:
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'},