summaryrefslogtreecommitdiffstats
path: root/identify/extensions.py
diff options
context:
space:
mode:
Diffstat (limited to 'identify/extensions.py')
-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'},