From e1f71a1478199f64dd8497a48f65abc4f4a19b73 Mon Sep 17 00:00:00 2001 From: Tom Murray Date: Fri, 23 May 2025 15:14:34 +0100 Subject: [PATCH] Identify LLVM TableGen files --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index 51f62b8..d0ce520 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -252,6 +252,7 @@ 'swiftdeps': {'text', 'swiftdeps'}, 'tac': {'text', 'twisted', 'python'}, 'tar': {'binary', 'tar'}, + 'td': {'text', 'tablegen'}, 'templ': {'text', 'templ'}, 'tex': {'text', 'tex'}, 'textproto': {'text', 'textproto'},