summaryrefslogtreecommitdiffstats
path: root/identify/extensions.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-03 08:06:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-03 08:06:52 +0000
commit8c4873ce1f173d77328573db8b2b97560dcf2b59 (patch)
treef42b55ea845425de54b61a0a29e9b42bac878f45 /identify/extensions.py
parentAdding upstream version 2.3.0. (diff)
downloadidentify-8c4873ce1f173d77328573db8b2b97560dcf2b59.tar.xz
identify-8c4873ce1f173d77328573db8b2b97560dcf2b59.zip
Adding upstream version 2.3.3.upstream/2.3.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'identify/extensions.py')
-rw-r--r--identify/extensions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index 67d601a..17f86a7 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -137,6 +137,7 @@ EXTENSIONS = {
'png': {'binary', 'image', 'png'},
'po': {'text', 'pofile'},
'pp': {'text', 'puppet'},
+ 'prisma': {'text', 'prisma'},
'properties': {'text', 'java-properties'},
'proto': {'text', 'proto'},
'ps1': {'text', 'powershell'},
@@ -172,6 +173,7 @@ EXTENSIONS = {
'ss': {'text', 'scheme'},
'styl': {'text', 'stylus'},
'sv': {'text', 'system-verilog'},
+ 'svelte': {'text', 'svelte'},
'svg': {'text', 'image', 'svg', 'xml'},
'svh': {'text', 'system-verilog'},
'swf': {'binary', 'swf'},