From 00e1192f17407cc8dfcc4bc28a7e8aa27e6e5afe Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Fri, 16 Nov 2018 11:58:43 +0100 Subject: [PATCH] added file pattern for property and yml files to improve generic editor handling for those files --- .../org.springframework.tooling.boot.ls/plugin.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/eclipse-language-servers/org.springframework.tooling.boot.ls/plugin.xml b/eclipse-language-servers/org.springframework.tooling.boot.ls/plugin.xml index 94dd8ce06..6e01405b7 100644 --- a/eclipse-language-servers/org.springframework.tooling.boot.ls/plugin.xml +++ b/eclipse-language-servers/org.springframework.tooling.boot.ls/plugin.xml @@ -36,7 +36,8 @@ + file-names="application.properties,application-dev.properties" + file-patterns="application-*.properties"> @@ -50,7 +51,8 @@ + file-names="application.yml,bootstrap.yml,application-dev.yml" + file-patterns="application-*.yml">