summaryrefslogtreecommitdiffstats
path: root/identify/interpreters.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-06-14 09:08:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-06-14 09:08:55 +0000
commit39400c872324d7da8da13a108030729d0692943f (patch)
treeaa5703d8711ea0e07415cbdad5c5757c10551a06 /identify/interpreters.py
parentReleasing debian version 1.4.15-1. (diff)
downloadidentify-39400c872324d7da8da13a108030729d0692943f.tar.xz
identify-39400c872324d7da8da13a108030729d0692943f.zip
Merging upstream version 1.4.19.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'identify/interpreters.py')
-rw-r--r--identify/interpreters.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/identify/interpreters.py b/identify/interpreters.py
index 96c1d92..bcffb5a 100644
--- a/identify/interpreters.py
+++ b/identify/interpreters.py
@@ -4,6 +4,7 @@ from __future__ import unicode_literals
INTERPRETERS = {
'bash': {'shell', 'bash'},
+ 'csh': {'shell', 'csh'},
'dash': {'shell', 'dash'},
'node': {'javascript'},
'nodejs': {'javascript'},