[coffeescript] update grammar, add script

This commit is contained in:
Martin Aeschlimann
2016-10-11 18:04:04 +02:00
parent 4ef9dcd6b4
commit 4ec94e9525
5 changed files with 750 additions and 1293 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/coffee-script.tmbundle Syntaxes/CoffeeScript.tmLanguage ./syntaxes/coffeescript.json"
},
"contributes": {
"languages": [{
"id": "coffeescript",
@@ -13,7 +16,7 @@
"grammars": [{
"language": "coffeescript",
"scopeName": "source.coffee",
"path": "./syntaxes/CoffeeScript.tmLanguage"
"path": "./syntaxes/coffeescript.json"
}],
"debuggers": [{
"type": "node",