Update yaml grammar to textmate/yaml.tmbundle@9a4135d (2016-08-24)

This commit is contained in:
Martin Aeschlimann
2016-09-15 21:45:42 +02:00
parent 2e02b52deb
commit 5ba13ddbf3
3 changed files with 633 additions and 1 deletions

View File

@@ -3,6 +3,9 @@
"version": "0.1.0",
"publisher": "vscode",
"engines": { "vscode": "*" },
"scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js textmate/yaml.tmbundle Syntaxes/YAML.tmLanguage ./syntaxes/yaml.json"
},
"contributes": {
"languages": [{
"id": "yaml",