This extension provides rAthena Scripting Language syntax highlighting and code snippets.
rAthena Language Support automatically highlights files with .rascript extension.
Files that start with //===== rAthena Script
or //!rathena
will also be automatically detected as an rAthena script.
The following are code snippets provided by rAthena Language Support.
defnpc
,defnpcfloat
,defwarp
, anddefshop
(In-game objects definition)deffunction
(Function definition)On:
event handler snippetfor
,while
,do
flow control snippet
You can install the extension directly from Visual Studio Code's extension menu or by visiting the Marketplace.
Feel free to open issues or PRs. We welcome your contributions, especially efforts to standardize this extension's grammar definition.
This extension is licensed under the MIT license.
This extension was initially ported from JoWei's language-athena for Atom editor and published via VS Marketplace by secretdataz, a member of the rAthena Dev Team. The repository was then archived and is no longer maintained. This extension is now maintained by the rAthena Dev Team.