Associate bootstrap*.yml and bootstrap*.properties with spring-boot-props

editor.
This commit is contained in:
Kris De Volder
2017-12-11 08:56:03 -08:00
parent 5d46939cf9
commit 3674991a49

View File

@@ -36,7 +36,8 @@
"Spring Boot Properties Yaml"
],
"filenamePatterns": [
"application*.yml"
"application*.yml",
"bootstrap*.yml"
],
"configuration": "./yaml-support/language-configuration.json"
},
@@ -46,7 +47,8 @@
"Spring Boot Properties"
],
"filenamePatterns": [
"application*.properties"
"application*.properties",
"bootstrap*.yml"
],
"configuration": "./properties-support/language-configuration.json"
}