summaryrefslogtreecommitdiffstats
path: root/identify
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-02-04 06:29:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-02-04 06:29:26 +0000
commit7e7ad7206f551080a9d813b1498ec791ab8ef4e5 (patch)
tree03c17b0acf73b6a07fa2fcc4ca6c2e22295e79ec /identify
parentReleasing debian version 2.4.6-1. (diff)
downloadidentify-7e7ad7206f551080a9d813b1498ec791ab8ef4e5.tar.xz
identify-7e7ad7206f551080a9d813b1498ec791ab8ef4e5.zip
Merging upstream version 2.4.8.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'identify')
-rw-r--r--identify/extensions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/identify/extensions.py b/identify/extensions.py
index b5b9293..417352d 100644
--- a/identify/extensions.py
+++ b/identify/extensions.py
@@ -18,6 +18,7 @@ EXTENSIONS = {
'cc': {'text', 'c++'},
'cfg': {'text'},
'chs': {'text', 'c2hs'},
+ 'cjs': {'text', 'javascript'},
'clj': {'text', 'clojure'},
'cljc': {'text', 'clojure'},
'cljs': {'text', 'clojure', 'clojurescript'},
@@ -66,6 +67,7 @@ EXTENSIONS = {
'gypi': {'text', 'gyp', 'python'},
'gz': {'binary', 'gzip'},
'h': {'text', 'header', 'c', 'c++'},
+ 'hbs': {'text', 'handlebars'},
'hcl': {'text', 'hcl'},
'hh': {'text', 'header', 'c++'},
'hpp': {'text', 'header', 'c++'},
@@ -108,6 +110,7 @@ EXTENSIONS = {
'lhs': {'text', 'literate-haskell'},
'libsonnet': {'text', 'jsonnet'},
'lidr': {'text', 'idris'},
+ 'liquid': {'text', 'liquid'},
'lr': {'text', 'lektor'},
'lua': {'text', 'lua'},
'm': {'text', 'c', 'objective-c'},
@@ -129,6 +132,7 @@ EXTENSIONS = {
'nims': {'text', 'nim'},
'nimble': {'text', 'nimble'},
'nix': {'text', 'nix'},
+ 'njk': {'text', 'nunjucks'},
'otf': {'binary', 'otf'},
'p12': {'binary', 'p12'},
'patch': {'text', 'diff'},