mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01:00
19 lines
410 B
JSON
19 lines
410 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
|
||
|
}
|
||
|
}
|