Minimal support for editing cloud-config
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user