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",
|
||||
"yarn",
|
||||
"bat",
|
||||
"nix",
|
||||
"wasm"
|
||||
],
|
||||
"knownExtentions": {
|
||||
|
@ -984,6 +985,9 @@
|
|||
},
|
||||
".wasm": {
|
||||
"image": "wasm"
|
||||
},
|
||||
".nix": {
|
||||
"image": "nix"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue