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