mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01:00
23 lines
490 B
JSON
23 lines
490 B
JSON
{
|
|
"odt": { "mime": "application/vnd.oasis.opendocument.text", "binary": true },
|
|
"viz": {
|
|
"mime": "text/vnd.graphviz",
|
|
"binary": false
|
|
},
|
|
"py": {
|
|
"mime": "text/x-python",
|
|
"binary": false
|
|
},
|
|
"coffee":{
|
|
"mime": "text/vnd.coffeescript",
|
|
"binary": false
|
|
},
|
|
"apj": {
|
|
"mime": "text/antos-project",
|
|
"binary": false
|
|
},
|
|
"wasm": {
|
|
"mime": "application/wasm",
|
|
"binary": true
|
|
}
|
|
} |