From f9fe722ace53e92e5e94e541c5df89061b56d01d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Nov 2021 08:26:20 +0100 Subject: Merging upstream version 2.3.5. Signed-off-by: Daniel Baumann --- identify/extensions.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'identify/extensions.py') 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'}, -- cgit v1.2.3