From e63dcbc92984ae8fda05b8819ee16729ab8f7268 Mon Sep 17 00:00:00 2001 From: Egor Ospadov Date: Mon, 8 Dec 2025 16:52:50 -0500 Subject: [PATCH] Added support for TableGen files --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index 5d49d87..3a68ab6 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -258,6 +258,7 @@ 'tac': {'text', 'twisted', 'python'}, 'tar': {'binary', 'tar'}, 'targets': {'text', 'xml', 'msbuild'}, + 'td': {'text', 'tablegen'}, 'templ': {'text', 'templ'}, 'tex': {'text', 'tex'}, 'textproto': {'text', 'textproto'},