Skip to content

Commit cd5fd41

Browse files
committed
[makefile] Update grammar to textmate/make.tmbundle@1a1827d (2015-12-03). Fixes microsoft#9757.
1 parent 252fc3e commit cd5fd41

6 files changed

Lines changed: 1024 additions & 724 deletions

File tree

extensions/make/OSSREADME.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"version": "0.0.0",
66
"license": "TextMate Bundle License",
77
"repositoryURL": "https://github.com/textmate/make.tmbundle",
8+
"description": "The file syntaxes/Makefile.json was derived from Makefile.plist in https://github.com/textmate/make.tmbundle.",
89
"licenseDetail": [
910
"Copyright (c) textmate-make.tmbundle project authors",
1011
"",

extensions/make/package.json

Lines changed: 4 additions & 1 deletion
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/make.tmbundle Syntaxes/Makefile.plist ./syntaxes/Makefile.json"
8+
},
69
"contributes": {
710
"languages": [{
811
"id": "makefile",
@@ -13,7 +16,7 @@
1316
"grammars": [{
1417
"language": "makefile",
1518
"scopeName": "source.makefile",
16-
"path": "./syntaxes/Makefile.plist"
19+
"path": "./syntaxes/Makefile.json"
1720
}]
1821
}
1922
}

0 commit comments

Comments
 (0)