From 332394d0155dadbb7239226fba9c74413d8de6aa Mon Sep 17 00:00:00 2001 From: Stephen Rosen Date: Sun, 13 Feb 2022 20:33:11 +0000 Subject: [PATCH] Add the JSON5 format to extensions --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index b0979ba..3cd1ab2 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -99,6 +99,7 @@ 'js': {'text', 'javascript'}, 'json': {'text', 'json'}, 'jsonnet': {'text', 'jsonnet'}, + 'json5': {'text', 'json5'}, 'jsx': {'text', 'jsx'}, 'key': {'text', 'pem'}, 'kml': {'text', 'kml', 'xml'},