summaryrefslogtreecommitdiffstats
path: root/identify/extensions.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-13 07:26:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-11-13 07:26:16 +0000
commitded34af88f7f4a0a6fcb85b1a1ff15f4ee9d5736 (patch)
treeeda33e348ae879876d2b9d6fc5a4fddc0a95860c /identify/extensions.py
parentAdding upstream version 2.3.4. (diff)
downloadidentify-ded34af88f7f4a0a6fcb85b1a1ff15f4ee9d5736.tar.xz
identify-ded34af88f7f4a0a6fcb85b1a1ff15f4ee9d5736.zip
Adding upstream version 2.3.5.upstream/2.3.5
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 412fb3c..0c1eb85 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -50,6 +50,7 @@ EXTENSIONS = {
'fish': {'text', 'fish'},
'gd': {'text', 'gdscript'},
'gemspec': {'text', 'ruby'},
+ 'geojson': {'text', 'geojson', 'json'},
'gif': {'binary', 'image', 'gif'},
'go': {'text', 'go'},
'gotmpl': {'text', 'gotmpl'},
@@ -205,6 +206,7 @@ EXTENSIONS = {
'vh': {'text', 'verilog'},
'vhd': {'text', 'vhdl'},
'vim': {'text', 'vim'},
+ 'vtl': {'text', 'vtl'},
'vue': {'text', 'vue'},
'war': {'binary', 'zip', 'jar'},
'wav': {'binary', 'audio', 'wav'},