Mimetype Quick Fixes (#359)

This commit is contained in:
Sylvie Crowe
2024-09-10 13:23:02 -07:00
committed by GitHub
parent 5fe0cae244
commit 04fb8e5aad
4 changed files with 94 additions and 18 deletions
+15
View File
@@ -5,6 +5,12 @@
"application/pdf": {
"icon": "file-pdf"
},
"application/javascript": {
"icon": "js fa-brands"
},
"application/typescript": {
"icon": "js fa-brands"
},
"application/json": {
"icon": "file-lines"
},
@@ -53,5 +59,14 @@
},
"text/csv": {
"icon": "file-csv"
},
"text/x-dart": {
"icon": "dart-lang fa-brands"
},
"text/x-go": {
"icon": "golang fa-brands"
},
"text/x-rust": {
"icon": "rust fa-brands"
}
}