summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-17 10:33:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-17 10:33:55 +0000
commitd5ecbbef164bfe2e128ceb9a73958cd55ef19992 (patch)
tree14928374479f763ac4ab14df99d0095ad14770bd
parentReleasing debian version 2.5.12-1. (diff)
downloadidentify-d5ecbbef164bfe2e128ceb9a73958cd55ef19992.tar.xz
identify-d5ecbbef164bfe2e128ceb9a73958cd55ef19992.zip
Merging upstream version 2.5.13.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--identify/extensions.py4
-rw-r--r--setup.cfg2
2 files changed, 5 insertions, 1 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index 9f4f239..cd99e70 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -120,10 +120,13 @@ EXTENSIONS = {
'lean': {'text', 'lean'},
'lektorproject': {'text', 'ini', 'lektorproject'},
'less': {'text', 'less'},
+ 'lfm': {'text', 'lazarus', 'lazarus-form'},
'lhs': {'text', 'literate-haskell'},
'libsonnet': {'text', 'jsonnet'},
'lidr': {'text', 'idris'},
'liquid': {'text', 'liquid'},
+ 'lpi': {'text', 'lazarus', 'xml'},
+ 'lpr': {'text', 'lazarus', 'pascal'},
'lr': {'text', 'lektor'},
'lua': {'text', 'lua'},
'm': {'text', 'objective-c'},
@@ -151,6 +154,7 @@ EXTENSIONS = {
'njk': {'text', 'nunjucks'},
'otf': {'binary', 'otf'},
'p12': {'binary', 'p12'},
+ 'pas': {'text', 'pascal'},
'patch': {'text', 'diff'},
'pdf': {'binary', 'pdf'},
'pem': {'text', 'pem'},
diff --git a/setup.cfg b/setup.cfg
index 6a2f90c..49fce2e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = identify
-version = 2.5.12
+version = 2.5.13
description = File identification library for Python
long_description = file: README.md
long_description_content_type = text/markdown