summaryrefslogtreecommitdiffstats
path: root/identify
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-20 09:18:21 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-20 09:18:21 +0000
commit580bd9fe617e68bc048ce4357afe93ccefd31cc6 (patch)
tree4df44d4fac535875ff319add4605f5d0b6e0ed8c /identify
parentReleasing debian version 2.5.28-1. (diff)
downloadidentify-580bd9fe617e68bc048ce4357afe93ccefd31cc6.tar.xz
identify-580bd9fe617e68bc048ce4357afe93ccefd31cc6.zip
Merging upstream version 2.5.29.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'identify')
-rw-r--r--identify/extensions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index fbaf71a..0472366 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -247,6 +247,7 @@ EXTENSIONS = {
'twig': {'text', 'twig'},
'txsprofile': {'text', 'ini', 'txsprofile'},
'txt': {'text', 'plain-text'},
+ 'txtpb': {'text', 'textproto'},
'urdf': {'text', 'xml', 'urdf'},
'v': {'text', 'verilog'},
'vb': {'text', 'vb'},
@@ -338,6 +339,7 @@ NAMES = {
'config.ru': EXTENSIONS['rb'],
'Containerfile': {'text', 'dockerfile'},
'CONTRIBUTING': EXTENSIONS['txt'],
+ 'copy.bara.sky': EXTENSIONS['bzl'],
'COPYING': EXTENSIONS['txt'],
'Dockerfile': {'text', 'dockerfile'},
'Gemfile': EXTENSIONS['rb'],