[coffeescript] switch to atom/language-coffee-script. Fixes #14953, #14945, #15008

This commit is contained in:
Martin Aeschlimann
2017-01-31 22:44:17 +01:00
parent d7fb58ecac
commit d133a5e17c
6 changed files with 837 additions and 169 deletions

View File

@@ -4,7 +4,7 @@
"publisher": "vscode",
"engines": { "vscode": "*" },
"scripts": {
"update-grammar": "node ../../build/npm/update-grammar.js textmate/coffee-script.tmbundle Syntaxes/CoffeeScript.tmLanguage ./syntaxes/coffeescript.json"
"update-grammar": "node ../../build/npm/update-grammar.js atom/language-coffee-script grammars/coffeescript.cson ./syntaxes/coffeescript.tmLanguage.json"
},
"contributes": {
"languages": [{
@@ -16,7 +16,7 @@
"grammars": [{
"language": "coffeescript",
"scopeName": "source.coffee",
"path": "./syntaxes/coffeescript.json"
"path": "./syntaxes/coffeescript.tmLanguage.json"
}],
"breakpoints": [
{