Merging upstream version 2.5.28.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b582782bf8
commit
377d37de59
3 changed files with 11 additions and 5 deletions
|
@ -17,7 +17,10 @@ EXTENSIONS = {
|
|||
'bz2': {'binary', 'bzip2'},
|
||||
'bzl': {'text', 'bazel'},
|
||||
'c': {'text', 'c'},
|
||||
'c++': {'text', 'c++'},
|
||||
'c++m': {'text', 'c++'},
|
||||
'cc': {'text', 'c++'},
|
||||
'ccm': {'text', 'c++'},
|
||||
'cfg': {'text'},
|
||||
'chs': {'text', 'c2hs'},
|
||||
'cjs': {'text', 'javascript'},
|
||||
|
@ -29,6 +32,7 @@ EXTENSIONS = {
|
|||
'coffee': {'text', 'coffee'},
|
||||
'conf': {'text'},
|
||||
'cpp': {'text', 'c++'},
|
||||
'cppm': {'text', 'c++'},
|
||||
'cr': {'text', 'crystal'},
|
||||
'crt': {'text', 'pem'},
|
||||
'cs': {'text', 'c#'},
|
||||
|
@ -41,6 +45,7 @@ EXTENSIONS = {
|
|||
'cue': {'text', 'cue'},
|
||||
'cuh': {'text', 'cuda'},
|
||||
'cxx': {'text', 'c++'},
|
||||
'cxxm': {'text', 'c++'},
|
||||
'cylc': {'text', 'cylc'},
|
||||
'dart': {'text', 'dart'},
|
||||
'dbc': {'text', 'dbc'},
|
||||
|
@ -101,6 +106,7 @@ EXTENSIONS = {
|
|||
'ino': {'text', 'ino', 'c++'},
|
||||
'inx': {'text', 'xml', 'inx'},
|
||||
'ipynb': {'text', 'jupyter', 'json'},
|
||||
'ixx': {'text', 'c++'},
|
||||
'j2': {'text', 'jinja'},
|
||||
'jade': {'text', 'jade'},
|
||||
'jar': {'binary', 'zip', 'jar'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue