Skip to content

Commit d29ca94

Browse files
committed
Updated script commands and maps
1 parent 5162e97 commit d29ca94

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/devstuffs/
44
/out/
55
*.vsix
6+
*.txt

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,18 @@
1919
{
2020
"name": "Jittapan Pleumsumran",
2121
"url": "https://github.com/secretdataz/athena-language-support"
22+
},
23+
{
24+
"name": "rAthena Developers",
25+
"url": "https://github.com/rathena/"
2226
}
2327
],
2428
"license": "MIT",
2529
"private": false,
2630
"bugs": {
2731
"url": "https://github.com/rathena/vsce-rathena-language-support/issues"
2832
},
29-
"version": "1.1.1",
33+
"version": "1.1.2",
3034
"engines": {
3135
"vscode": "^1.73.0"
3236
},

snippets/rathena.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"For loop": {
5656
"prefix": "for",
5757
"body": [
58-
"for ($1; $2; $3) {"
58+
"for ($1; $2; $3) {",
5959
" $4",
6060
"}"
6161
]
@@ -67,5 +67,5 @@
6767
" $2",
6868
"}"
6969
]
70-
},
70+
}
7171
}

0 commit comments

Comments
 (0)