Update grammar to textmate/shellscript.tmbundle@887a69b (2016-04-28). Fixes 10314

This commit is contained in:
Martin Aeschlimann
2016-08-09 10:50:27 +02:00
parent fbebca5527
commit c927cca365
5 changed files with 1328 additions and 1890 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/shellscript.tmbundle Syntaxes/Shell-Unix-Bash.tmLanguage ./syntaxes/Shell-Unix-Bash.tmLanguage.json"
},
"contributes": {
"languages": [{
"id": "shellscript",
@@ -16,7 +19,7 @@
"grammars": [{
"language": "shellscript",
"scopeName": "source.shell",
"path": "./syntaxes/Shell-Unix-Bash.tmLanguage"
"path": "./syntaxes/Shell-Unix-Bash.tmLanguage.json"
}]
}
}