|
9 | 9 | "url": "https://github.com/TypeFox/sprotty-vscode", |
10 | 10 | "directory": "examples/states-langium/extension" |
11 | 11 | }, |
12 | | - "version": "0.4.0", |
| 12 | + "version": "0.5.0", |
13 | 13 | "engines": { |
14 | 14 | "vscode": "^1.46.0" |
15 | 15 | }, |
|
18 | 18 | ], |
19 | 19 | "icon": "icon.png", |
20 | 20 | "contributes": { |
21 | | - "languages": [{ |
22 | | - "id": "states", |
23 | | - "aliases": [ |
24 | | - "states", |
25 | | - "sm" |
26 | | - ], |
27 | | - "extensions": [ |
28 | | - ".sm" |
29 | | - ], |
30 | | - "configuration": "./language-configuration.json" |
31 | | - }], |
32 | | - "grammars": [{ |
33 | | - "language": "states", |
34 | | - "scopeName": "source.states", |
35 | | - "path": "./syntaxes/states.tmLanguage.json" |
36 | | - }], |
37 | | - "customEditors": [{ |
38 | | - "viewType": "states", |
39 | | - "displayName": "States Editor", |
40 | | - "selector": [{ |
41 | | - "filenamePattern": "*.sm" |
42 | | - }], |
43 | | - "priority": "option" |
44 | | - }], |
| 21 | + "languages": [ |
| 22 | + { |
| 23 | + "id": "states", |
| 24 | + "aliases": [ |
| 25 | + "states", |
| 26 | + "sm" |
| 27 | + ], |
| 28 | + "extensions": [ |
| 29 | + ".sm" |
| 30 | + ], |
| 31 | + "configuration": "./language-configuration.json" |
| 32 | + } |
| 33 | + ], |
| 34 | + "grammars": [ |
| 35 | + { |
| 36 | + "language": "states", |
| 37 | + "scopeName": "source.states", |
| 38 | + "path": "./syntaxes/states.tmLanguage.json" |
| 39 | + } |
| 40 | + ], |
| 41 | + "customEditors": [ |
| 42 | + { |
| 43 | + "viewType": "states", |
| 44 | + "displayName": "States Editor", |
| 45 | + "selector": [ |
| 46 | + { |
| 47 | + "filenamePattern": "*.sm" |
| 48 | + } |
| 49 | + ], |
| 50 | + "priority": "option" |
| 51 | + } |
| 52 | + ], |
45 | 53 | "viewsContainers": { |
46 | | - "activitybar": [{ |
47 | | - "id": "states-container", |
48 | | - "title": "States", |
49 | | - "icon": "$(symbol-structure)" |
50 | | - }] |
| 54 | + "activitybar": [ |
| 55 | + { |
| 56 | + "id": "states-container", |
| 57 | + "title": "States", |
| 58 | + "icon": "$(symbol-structure)" |
| 59 | + } |
| 60 | + ] |
51 | 61 | }, |
52 | 62 | "views": { |
53 | | - "states-container": [{ |
54 | | - "id": "states", |
55 | | - "type": "webview", |
56 | | - "name": "State Machine" |
57 | | - }] |
| 63 | + "states-container": [ |
| 64 | + { |
| 65 | + "id": "states", |
| 66 | + "type": "webview", |
| 67 | + "name": "State Machine" |
| 68 | + } |
| 69 | + ] |
58 | 70 | }, |
59 | 71 | "commands": [ |
60 | 72 | { |
|
175 | 187 | "@types/node": "^12.12.6", |
176 | 188 | "@types/vscode": "1.50.0", |
177 | 189 | "source-map-loader": "^3.0.0", |
178 | | - "sprotty-vscode": "0.4.0", |
179 | | - "states-language-server": "0.4.0", |
180 | | - "states-sprotty-webview": "0.4.0", |
| 190 | + "sprotty-vscode": "^0.5.0", |
| 191 | + "states-language-server": "^0.5.0", |
| 192 | + "states-sprotty-webview": "^0.5.0", |
181 | 193 | "ts-loader": "^9.2.6", |
182 | 194 | "typescript": "~4.6.2", |
183 | 195 | "vscode-languageclient": "^8.0.2", |
|
0 commit comments