From 818c07f7562eed43218079b5d469c168d64f93d1 Mon Sep 17 00:00:00 2001 From: Adolfo Rodriguez Date: Thu, 25 Apr 2024 09:45:44 -0700 Subject: [PATCH] Add ejson extension --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index d427f67..cc9d95c 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -56,6 +56,7 @@ 'ear': {'binary', 'zip', 'jar'}, 'edn': {'text', 'clojure', 'edn'}, 'ejs': {'text', 'ejs'}, + 'ejson': {'text', 'json', 'ejson'}, 'env': {'text', 'dotenv'}, 'eot': {'binary', 'eot'}, 'eps': {'binary', 'eps'},