This extension provides rAthena-flavored Athena language syntax highlighting and code snippets.
Athena Language Support automatically highlights files with .rascript extension.
The following are code snippets provided by Athena Language Support.
defnpc
,defnpcfloat
,defwarp
, anddefshop
(In-game objects definition)deffunction
(Function definition)On:
event handler snippetfor
,while
,do
flow control snippet
Visit the extension's page in Visual Studio Marketplace. You can also install the extension directly from Visual Studio Code's extension menu.
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.