Adding upstream version 2.4.8.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
aaad79d32f
commit
5697bd3245
3 changed files with 6 additions and 2 deletions
|
@ -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'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue