Define concourse-pipeline-yaml language id

This commit is contained in:
Kris De Volder
2017-01-25 11:44:02 -08:00
parent e4f51c1f7c
commit c75e408663
6 changed files with 84 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
#!/bin/bash
set -e
# Download yaml TextMate grammar
curl https://raw.githubusercontent.com/textmate/yaml.tmbundle/master/Syntaxes/YAML.tmLanguage > yaml-support/yaml.tmLanguage
# Preinstall commons-vscode package
(cd ../commons-vscode ; npm install)
npm install ../commons-vscode
# Use maven to build fat jar of the language server
../mvnw -U -f ../pom.xml -pl vscode-concourse -am clean install