From 0c7e52dc5f2ad4385d9162a77b0a83d7fcca4075 Mon Sep 17 00:00:00 2001 From: robert <28930454+Rob-Crane@users.noreply.github.com> Date: Thu, 14 Sep 2023 12:45:49 -0700 Subject: [PATCH] Add txtpb extension. --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index fbaf71a..b88e62e 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -247,6 +247,7 @@ 'twig': {'text', 'twig'}, 'txsprofile': {'text', 'ini', 'txsprofile'}, 'txt': {'text', 'plain-text'}, + 'txtpb': {'text', 'textproto'}, 'urdf': {'text', 'xml', 'urdf'}, 'v': {'text', 'verilog'}, 'vb': {'text', 'vb'},