Add a 'Minimal manifest' snippet
This commit is contained in:
@@ -43,6 +43,10 @@
|
||||
"language": "manifest-yaml",
|
||||
"scopeName": "source.yaml",
|
||||
"path": "./yaml-support/yaml.tmLanguage"
|
||||
}],
|
||||
"snippets": [{
|
||||
"language": "manifest-yaml",
|
||||
"path": "./snippets.json"
|
||||
}]
|
||||
},
|
||||
"main": "./out/lib/Main",
|
||||
|
||||
11
vscode-extensions/vscode-manifest-yaml/snippets.json
Normal file
11
vscode-extensions/vscode-manifest-yaml/snippets.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"Minimal CF Manifest": {
|
||||
"prefix": "applications",
|
||||
"body": [
|
||||
"applications:",
|
||||
"- name: ${1:name}",
|
||||
" $0"
|
||||
],
|
||||
"description": "Minimal CF Manifest"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user