feat: add marko language (#95)

This commit is contained in:
Kolkies 2018-11-01 13:04:23 +01:00 committed by Crawl
parent fe702a7966
commit 0254db1c23

View file

@ -86,7 +86,8 @@
"yarn", "yarn",
"bat", "bat",
"nix", "nix",
"wasm" "wasm",
"marko"
], ],
"knownExtentions": { "knownExtentions": {
".swf": { ".swf": {
@ -988,6 +989,9 @@
}, },
".nix": { ".nix": {
"image": "nix" "image": "nix"
},
".marko": {
"image": "marko"
} }
} }
} }