Skip to content

Commit d133a5e

Browse files
committed
[coffeescript] switch to atom/language-coffee-script. Fixes microsoft#14953, microsoft#14945, microsoft#15008
1 parent d7fb58e commit d133a5e

6 files changed

Lines changed: 833 additions & 165 deletions

File tree

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
// ATTENTION - THIS DIRECTORY CONTAINS THIRD PARTY OPEN SOURCE MATERIALS:
22
[{
3-
"name": "textmate/coffee-script.tmbundle",
3+
"name": "atom/language-coffee-script",
44
"version": "0.0.0",
5-
"license": "TextMate Bundle License",
6-
"repositoryURL": "https://github.com/textmate/coffee-script.tmbundle"
5+
"license": "MIT",
6+
"repositoryURL": "https://github.com/atom/language-coffee-script",
7+
"description": "The file syntaxes/coffeescript.tmLanguage.json was derived from the Atom package https://github.com/atom/language-coffee-script which was originally converted from the TextMate bundle https://github.com/jashkenas/coffee-script-tmbundle."
8+
79
}]

extensions/coffeescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "vscode",
55
"engines": { "vscode": "*" },
66
"scripts": {
7-
"update-grammar": "node ../../build/npm/update-grammar.js textmate/coffee-script.tmbundle Syntaxes/CoffeeScript.tmLanguage ./syntaxes/coffeescript.json"
7+
"update-grammar": "node ../../build/npm/update-grammar.js atom/language-coffee-script grammars/coffeescript.cson ./syntaxes/coffeescript.tmLanguage.json"
88
},
99
"contributes": {
1010
"languages": [{
@@ -16,7 +16,7 @@
1616
"grammars": [{
1717
"language": "coffeescript",
1818
"scopeName": "source.coffee",
19-
"path": "./syntaxes/coffeescript.json"
19+
"path": "./syntaxes/coffeescript.tmLanguage.json"
2020
}],
2121
"breakpoints": [
2222
{

0 commit comments

Comments
 (0)