feat: Add nix language support (#87)

This commit is contained in:
WebD 2018-09-15 18:18:46 -04:00 committed by Crawl
parent ede7590036
commit 1b6c1f93bb

View file

@ -85,6 +85,7 @@
"yaml",
"yarn",
"bat",
"nix",
"wasm"
],
"knownExtentions": {
@ -984,6 +985,9 @@
},
".wasm": {
"image": "wasm"
},
".nix": {
"image": "nix"
}
}
}