Remove applications snippet

This commit is contained in:
Kris De Volder
2017-04-26 08:39:42 -07:00
parent 7c189f7c4a
commit 7133b5cc8a
2 changed files with 0 additions and 17 deletions

View File

@@ -45,12 +45,6 @@
"scopeName": "source.yaml",
"path": "./yaml-support/yaml.tmLanguage"
}
],
"snippets": [
{
"language": "manifest-yaml",
"path": "./snippets.json"
}
]
},
"main": "./out/lib/Main",

View File

@@ -1,11 +0,0 @@
{
"Minimal CF Manifest": {
"prefix": "applications",
"body": [
"applications:",
"- name: ${1:name}",
" $0"
],
"description": "Minimal CF Manifest"
}
}