mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-28 18:38:20 +01:00
18 lines
328 B
JSON
18 lines
328 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
}
|