From 731561220fe3ba68810520d3c442d3f027f57fd0 Mon Sep 17 00:00:00 2001 From: Neyts Zupan Date: Sun, 27 Oct 2024 09:21:26 +0000 Subject: [PATCH] Add support for Elm files --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index cc3a182..09a7126 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -58,6 +58,7 @@ 'edn': {'text', 'clojure', 'edn'}, 'ejs': {'text', 'ejs'}, 'ejson': {'text', 'json', 'ejson'}, + 'elm': {'text', 'elm'}, 'env': {'text', 'dotenv'}, 'eot': {'binary', 'eot'}, 'eps': {'binary', 'eps'},