|
1 | 1 | {
|
2 |
| - "name": "coffeescript", |
3 |
| - "displayName": "%displayName%", |
4 |
| - "description": "%description%", |
5 |
| - "version": "1.0.0", |
6 |
| - "publisher": "vscode", |
7 |
| - "license": "MIT", |
8 |
| - "engines": { "vscode": "*" }, |
9 |
| - "scripts": { |
10 |
| - "update-grammar": "node ../../build/npm/update-grammar.js atom/language-coffee-script grammars/coffeescript.cson ./syntaxes/coffeescript.tmLanguage.json" |
11 |
| - }, |
12 |
| - "contributes": { |
13 |
| - "languages": [{ |
14 |
| - "id": "coffeescript", |
15 |
| - "extensions": [ ".coffee", ".cson", ".iced" ], |
16 |
| - "aliases": [ "CoffeeScript", "coffeescript", "coffee" ], |
17 |
| - "configuration": "./language-configuration.json" |
18 |
| - }], |
19 |
| - "grammars": [{ |
20 |
| - "language": "coffeescript", |
21 |
| - "scopeName": "source.coffee", |
22 |
| - "path": "./syntaxes/coffeescript.tmLanguage.json" |
23 |
| - }], |
24 |
| - "breakpoints": [ |
25 |
| - { |
26 |
| - "language": "coffeescript" |
27 |
| - } |
28 |
| - ], |
29 |
| - "snippets": [{ |
30 |
| - "language": "coffeescript", |
31 |
| - "path": "./snippets/coffeescript.code-snippets" |
32 |
| - }] |
33 |
| - } |
| 2 | + "name": "coffeescript", |
| 3 | + "displayName": "%displayName%", |
| 4 | + "description": "%description%", |
| 5 | + "version": "1.0.0", |
| 6 | + "publisher": "vscode", |
| 7 | + "license": "MIT", |
| 8 | + "engines": { |
| 9 | + "vscode": "*" |
| 10 | + }, |
| 11 | + "scripts": { |
| 12 | + "update-grammar": "node ../../build/npm/update-grammar.js atom/language-coffee-script grammars/coffeescript.cson ./syntaxes/coffeescript.tmLanguage.json" |
| 13 | + }, |
| 14 | + "contributes": { |
| 15 | + "languages": [ |
| 16 | + { |
| 17 | + "id": "coffeescript", |
| 18 | + "extensions": [ |
| 19 | + ".coffee", |
| 20 | + ".cson", |
| 21 | + ".iced" |
| 22 | + ], |
| 23 | + "aliases": [ |
| 24 | + "CoffeeScript", |
| 25 | + "coffeescript", |
| 26 | + "coffee" |
| 27 | + ], |
| 28 | + "configuration": "./language-configuration.json" |
| 29 | + } |
| 30 | + ], |
| 31 | + "grammars": [ |
| 32 | + { |
| 33 | + "language": "coffeescript", |
| 34 | + "scopeName": "source.coffee", |
| 35 | + "path": "./syntaxes/coffeescript.tmLanguage.json" |
| 36 | + } |
| 37 | + ], |
| 38 | + "breakpoints": [ |
| 39 | + { |
| 40 | + "language": "coffeescript" |
| 41 | + } |
| 42 | + ], |
| 43 | + "snippets": [ |
| 44 | + { |
| 45 | + "language": "coffeescript", |
| 46 | + "path": "./snippets/coffeescript.code-snippets" |
| 47 | + } |
| 48 | + ] |
| 49 | + } |
34 | 50 | }
|
0 commit comments