Create proper language ids for application.properties|yml

This commit is contained in:
Kris De Volder
2017-11-23 10:38:33 -08:00
parent c5df8812fa
commit fbaf9680c7
10 changed files with 1458 additions and 28 deletions

View File

@@ -7,6 +7,10 @@ workdir=`pwd`
(cd ../commons-vscode ; npm install)
npm install ../commons-vscode
# Copy grammar files for .properties and .yml format
curl https://raw.githubusercontent.com/textmate/yaml.tmbundle/master/Syntaxes/YAML.tmLanguage > yaml-support/yaml.tmLanguage
curl https://raw.githubusercontent.com/textmate/java.tmbundle/master/Syntaxes/JavaProperties.plist > properties-support/java-properties.tmLanguage
# Use maven to build fat jar of the language server
cd ../../headless-services/boot-properties-language-server
./build.sh