summaryrefslogtreecommitdiffstats
path: root/config/mimetype.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/mimetype.toml')
-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 ]