Add WASM support (#83)

* Add WASM support

* Update languages.json
This commit is contained in:
Eugene 2018-08-27 02:31:14 +03:00 committed by Crawl
parent 18fdb08c02
commit 9ccd5baee5

View file

@ -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"
}
}
}