Skip to content

Commit

Permalink
Updated script commands and maps
Browse files Browse the repository at this point in the history
  • Loading branch information
Akkarinage committed May 15, 2024
1 parent 5162e97 commit d29ca94
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/devstuffs/
/out/
*.vsix
*.txt
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@
{
"name": "Jittapan Pleumsumran",
"url": "https://github.com/secretdataz/athena-language-support"
},
{
"name": "rAthena Developers",
"url": "https://github.com/rathena/"
}
],
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/rathena/vsce-rathena-language-support/issues"
},
"version": "1.1.1",
"version": "1.1.2",
"engines": {
"vscode": "^1.73.0"
},
Expand Down
4 changes: 2 additions & 2 deletions snippets/rathena.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"For loop": {
"prefix": "for",
"body": [
"for ($1; $2; $3) {"
"for ($1; $2; $3) {",
" $4",
"}"
]
Expand All @@ -67,5 +67,5 @@
" $2",
"}"
]
},
}
}
Loading

0 comments on commit d29ca94

Please # to comment.