From 343837e0eed0d0ce4b802f97c588ccb397a83500 Mon Sep 17 00:00:00 2001 From: Adolfo Rodriguez Date: Tue, 11 Jun 2024 17:00:27 -0700 Subject: [PATCH] Add ejson under ejson extension --- identify/extensions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identify/extensions.py b/identify/extensions.py index a21d249..cc9d95c 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -56,7 +56,7 @@ 'ear': {'binary', 'zip', 'jar'}, 'edn': {'text', 'clojure', 'edn'}, 'ejs': {'text', 'ejs'}, - 'ejson': {'text', 'json'}, + 'ejson': {'text', 'json', 'ejson'}, 'env': {'text', 'dotenv'}, 'eot': {'binary', 'eot'}, 'eps': {'binary', 'eps'},