|
@@ -6,41 +6,41 @@
|
6
|
6
|
"homepage": "https://gitlab.karathan.at/Karathan/vs-pokescript",
|
7
|
7
|
"repository": {
|
8
|
8
|
"type": "git",
|
9
|
|
- "url": "https://gitlab.karathan.at/Karathan/vs-pokescript"
|
|
9
|
+ "url": "https://gitlab.karathan.at/Karathan/vs-pokescript.git"
|
10
|
10
|
},
|
11
|
11
|
"license": "MIT",
|
12
|
|
- "galleryBanner": {
|
13
|
|
- "color": "#0084A9",
|
14
|
|
- "theme": "dark"
|
|
12
|
+ "galleryBanner": {
|
|
13
|
+ "color": "#0084A9",
|
|
14
|
+ "theme": "dark"
|
15
|
15
|
},
|
16
|
16
|
"icon": "images/icon.png",
|
17
|
17
|
"publisher": "karathan",
|
18
|
18
|
"engines": {
|
19
|
19
|
"vscode": "^1.25.0"
|
20
|
20
|
},
|
21
|
|
- "categories": ["Programming Languages"],
|
22
|
|
- "keywords": ["romhacking", "assembly", "pokescript"],
|
|
21
|
+ "categories": [
|
|
22
|
+ "Programming Languages"
|
|
23
|
+ ],
|
|
24
|
+ "keywords": [
|
|
25
|
+ "romhacking",
|
|
26
|
+ "assembly",
|
|
27
|
+ "pokescript"
|
|
28
|
+ ],
|
23
|
29
|
"preview": true,
|
24
|
|
-
|
25
|
30
|
"extensionDependencies": [
|
26
|
31
|
"dan-c-underwood.arm"
|
27
|
32
|
],
|
28
|
33
|
"contributes": {
|
29
|
|
- "grammars":[
|
|
34
|
+ "grammars": [
|
30
|
35
|
{
|
31
|
36
|
"scopeName": "source.arm.pokescript",
|
32
|
37
|
"path": "./syntaxes/pokescript.json",
|
33
|
|
- "injectTo": [ "source.arm" ]
|
|
38
|
+ "injectTo": [
|
|
39
|
+ "source.arm"
|
|
40
|
+ ]
|
34
|
41
|
}
|
35
|
42
|
]
|
36
|
43
|
},
|
37
|
|
- "scripts": {
|
38
|
|
- "vscode:prepublish": "npm run compile",
|
39
|
|
- "compile": "tsc -p ./",
|
40
|
|
- "watch": "tsc -watch -p ./",
|
41
|
|
- "postinstall": "node ./node_modules/vscode/bin/install",
|
42
|
|
- "test": "npm run compile && node ./node_modules/vscode/bin/test"
|
43
|
|
- },
|
44
|
44
|
"devDependencies": {
|
45
|
45
|
"typescript": "^2.6.1",
|
46
|
46
|
"vscode": "^1.1.6",
|