[makefile] Update grammar to textmate/make.tmbundle@1a1827d (2015-12-03). Fixes #9757.

This commit is contained in:
Martin Aeschlimann
2016-08-03 16:13:28 +02:00
parent 252fc3ee62
commit cd5fd41560
6 changed files with 1024 additions and 724 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/make.tmbundle Syntaxes/Makefile.plist ./syntaxes/Makefile.json"
},
"contributes": {
"languages": [{
"id": "makefile",
@@ -13,7 +16,7 @@
"grammars": [{
"language": "makefile",
"scopeName": "source.makefile",
"path": "./syntaxes/Makefile.plist"
"path": "./syntaxes/Makefile.json"
}]
}
}