We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f61bcb commit c9e90baCopy full SHA for c9e90ba
python-standard-library/extension-separator/extension_separator.py
@@ -11,19 +11,24 @@
11
"ico": "images",
12
"gif": "images",
13
"svg": "images",
14
+ "jfif": "images",
15
"sql": "sql",
16
"exe": "programs",
17
"msi": "programs",
18
"pdf": "pdf",
19
+ "epub": "epub",
20
"xlsx": "excel",
21
"csv": "excel",
22
"rar": "archive",
23
"zip": "archive",
24
"gz": "archive",
25
"tar": "archive",
26
+ "7z": "archive",
27
"docx": "word",
28
"torrent": "torrent",
29
"txt": "text",
30
+ "log": "text",
31
+ "md": "text",
32
"ipynb": "python",
33
"py": "python",
34
"pptx": "powerpoint",
@@ -34,10 +39,12 @@
39
"m3u8": "video",
35
40
"webm": "video",
36
41
"ts": "video",
42
+ "avi": "video",
37
43
"json": "json",
38
44
"css": "web",
45
"js": "web",
46
"html": "web",
47
+ "webp": "web",
48
"apk": "apk",
49
"sqlite3": "sqlite3",
50
}
0 commit comments