From 5a2b68b54ae2db7efe6093e93a1911762c2bf791 Mon Sep 17 00:00:00 2001 From: Kasper Jacobsen Date: Tue, 14 Jan 2025 19:21:36 +0100 Subject: [PATCH] add `.templ` extension https://templ.guide/core-concepts/template-generation --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index 37e3b338..8dc0e7b0 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -250,6 +250,7 @@ 'swiftdeps': {'text', 'swiftdeps'}, 'tac': {'text', 'twisted', 'python'}, 'tar': {'binary', 'tar'}, + 'templ': {'text', 'templ'}, 'tex': {'text', 'tex'}, 'textproto': {'text', 'textproto'}, 'tf': {'text', 'terraform'},