summaryrefslogtreecommitdiffstats
path: root/identify
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-08-30 11:20:30 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-08-30 11:20:30 +0000
commit7151447f2382ea9ef28a9965b8f6e04b89ba6a99 (patch)
treec95432c135eb5497b550eec298f4745e070ef1ee /identify
parentAdding upstream version 1.4.28. (diff)
downloadidentify-7151447f2382ea9ef28a9965b8f6e04b89ba6a99.tar.xz
identify-7151447f2382ea9ef28a9965b8f6e04b89ba6a99.zip
Adding upstream version 1.4.29.upstream/1.4.29
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'identify')
-rw-r--r--identify/extensions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index d79f5b4..4475a41 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -91,6 +91,7 @@ EXTENSIONS = {
'kt': {'text', 'kotlin'},
'less': {'text', 'less'},
'lhs': {'text', 'literate-haskell'},
+ 'libsonnet': {'text', 'jsonnet'},
'lidr': {'text', 'idris'},
'lua': {'text', 'lua'},
'm': {'text', 'c', 'objective-c'},