parent
18fdb08c02
commit
9ccd5baee5
1 changed files with 11 additions and 1 deletions
|
@ -84,7 +84,8 @@
|
||||||
"vue",
|
"vue",
|
||||||
"yaml",
|
"yaml",
|
||||||
"yarn",
|
"yarn",
|
||||||
"bat"
|
"bat",
|
||||||
|
"wasm"
|
||||||
],
|
],
|
||||||
"knownExtentions": {
|
"knownExtentions": {
|
||||||
".swf": {
|
".swf": {
|
||||||
|
@ -968,6 +969,15 @@
|
||||||
},
|
},
|
||||||
".reg": {
|
".reg": {
|
||||||
"image": "bat"
|
"image": "bat"
|
||||||
|
},
|
||||||
|
".wat": {
|
||||||
|
"image": "wasm"
|
||||||
|
},
|
||||||
|
".wast": {
|
||||||
|
"image": "wasm"
|
||||||
|
},
|
||||||
|
".wasm": {
|
||||||
|
"image": "wasm"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue