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