Skip to content

Commit 5ba13dd

Browse files
committed
Update yaml grammar to textmate/yaml.tmbundle@9a4135d (2016-08-24)
1 parent 2e02b52 commit 5ba13dd

3 files changed

Lines changed: 633 additions & 1 deletion

File tree

extensions/yaml/OSSREADME.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "TextMate Bundle License",
77
"repositoryURL": "https://github.com/textmate/yaml.tmbundle",
88
"licenseDetail": [
9-
"Copyright (c) textmate-yaml.tmbundle project authors",
9+
"Copyright (c) 2015 FichteFoll <fichtefoll2@googlemail.com>",
1010
"",
1111
"If not otherwise specified (see below), files in this repository fall under the following license:",
1212
"",

extensions/yaml/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "0.1.0",
44
"publisher": "vscode",
55
"engines": { "vscode": "*" },
6+
"scripts": {
7+
"update-grammar": "node ../../build/npm/update-grammar.js textmate/yaml.tmbundle Syntaxes/YAML.tmLanguage ./syntaxes/yaml.json"
8+
},
69
"contributes": {
710
"languages": [{
811
"id": "yaml",

0 commit comments

Comments
 (0)