feat: Add nix language support (#87)
This commit is contained in:
parent
ede7590036
commit
1b6c1f93bb
1 changed files with 4 additions and 0 deletions
|
@ -85,6 +85,7 @@
|
||||||
"yaml",
|
"yaml",
|
||||||
"yarn",
|
"yarn",
|
||||||
"bat",
|
"bat",
|
||||||
|
"nix",
|
||||||
"wasm"
|
"wasm"
|
||||||
],
|
],
|
||||||
"knownExtentions": {
|
"knownExtentions": {
|
||||||
|
@ -984,6 +985,9 @@
|
||||||
},
|
},
|
||||||
".wasm": {
|
".wasm": {
|
||||||
"image": "wasm"
|
"image": "wasm"
|
||||||
|
},
|
||||||
|
".nix": {
|
||||||
|
"image": "nix"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue