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'},