mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
[makefile] Update grammar to textmate/make.tmbundle@1a1827d (2015-12-03). Fixes #9757.
This commit is contained in:
@@ -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"
|
||||
}]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user