summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-06-28 21:36:34 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-06-28 21:36:34 -0400
commit3a5deb92d5c0dd519146e2fd66f06255842660a3 (patch)
treeda2082188c08e668d079ee5f6913550fa905668f /config
parentf029183372d70454f092f741dce3c9272b860147 (diff)
update mimetype.toml
Diffstat (limited to 'config')
-rw-r--r--config/mimetype.toml10
1 files changed, 8 insertions, 2 deletions
diff --git a/config/mimetype.toml b/config/mimetype.toml
index 4d019de..1b6796b 100644
--- a/config/mimetype.toml
+++ b/config/mimetype.toml
@@ -78,29 +78,35 @@ png = [ 20, 21 ]
tiff = [ 20, 21 ]
## Audio
-mp3 = [ 10 ]
-flac = [ 10 ]
+mp3 = [ 11 ]
+flac = [ 11 ]
## Video
avi = [ 10 ]
av1 = [ 10 ]
mkv = [ 10 ]
mp4 = [ 10 ]
+webm = [ 10 ]
wmv = [ 10 ]
# Text
+build = [ 1, 2 ]
c = [ 1, 2 ]
+cmake = [ 1, 2 ]
conf = [ 1, 2 ]
cpp = [ 1, 2 ]
css = [ 1, 2 ]
go = [ 1, 2 ]
+hpp = [ 1, 2 ]
hs = [ 1, 2 ]
html = [ 1, 2 ]
+ini = [ 1, 2 ]
java = [ 1, 2 ]
js = [ 1, 2 ]
kt = [ 1, 2 ]
log = [ 1, 2 ]
md = [ 1, 2 ]
+ninja = [ 1, 2 ]
py = [ 1, 2 ]
rs = [ 1, 2 ]
sh = [ 1, 2 ]