feat(cli/nvf): add custom nix snippet for nvf
This commit is contained in:
parent
e65b478d21
commit
a668db89b3
5 changed files with 52 additions and 5 deletions
15
packages/snippets/package.json
Normal file
15
packages/snippets/package.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "snippets",
|
||||
"engines": {
|
||||
"vscode": "^1.11.0"
|
||||
},
|
||||
"contributes": {
|
||||
"snippets": [
|
||||
{
|
||||
"language": "nix",
|
||||
"path": "./snippets/nix.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue