added file pattern for property and yml files to improve generic editor handling for those files

This commit is contained in:
Martin Lippert
2018-11-16 11:58:43 +01:00
parent fcecaebfe9
commit 00e1192f17

View File

@@ -36,7 +36,8 @@
</content-type>
<file-association
content-type="org.springframework.boot.ide.properties.application.properties"
file-names="application.properties,application-dev.properties">
file-names="application.properties,application-dev.properties"
file-patterns="application-*.properties">
</file-association>
</extension>
@@ -50,7 +51,8 @@
</content-type>
<file-association
content-type="org.springframework.boot.ide.properties.application.yml"
file-names="application.yml,bootstrap.yml,application-dev.yml">
file-names="application.yml,bootstrap.yml,application-dev.yml"
file-patterns="application-*.yml">
</file-association>
</extension>