[diff] update grammar

This commit is contained in:
Martin Aeschlimann
2017-05-18 12:11:06 +02:00
parent b244b1483c
commit 7efdde8060
3 changed files with 170 additions and 4 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/diff.tmbundle Syntaxes/Diff.plist ./syntaxes/diff.tmLanguage.json"
},
"contributes": {
"languages": [
{
@@ -16,7 +19,7 @@
{
"language": "diff",
"scopeName": "source.diff",
"path": "./syntaxes/diff.tmLanguage"
"path": "./syntaxes/diff.tmLanguage.json"
}
]
}