Minimal support for editing cloud-config

This commit is contained in:
Kris De Volder
2017-08-04 15:48:18 -07:00
parent 66c427f37a
commit 3d1937c9d8
61 changed files with 337 additions and 74 deletions

View File

@@ -27,6 +27,15 @@
],
"contributes": {
"languages": [
{
"id": "bosh-cloud-config",
"aliases": [
"Bosh Cloud Config"
],
"filenamePatterns": [
"*cloud-config*.yml"
]
},
{
"id": "bosh-deployment-manifest",
"aliases": [
@@ -43,6 +52,11 @@
"language": "bosh-deployment-manifest",
"scopeName": "source.yaml",
"path": "./yaml-support/yaml.tmLanguage"
},
{
"language": "bosh-cloud-config",
"scopeName": "source.yaml",
"path": "./yaml-support/yaml.tmLanguage"
}
],
"configuration": {