secretdataz / athena-language-support

Syntax highlighting and code snippets for rAthena-flavoured Athena scripting language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Studio Code Athena language support

This extension provides rAthena-flavored Athena language syntax highlighting and code snippets.

File extension support

Athena Language Support automatically highlights files with .rascript extension.

Snippets

The following are code snippets provided by Athena Language Support.

  • defnpc, defnpcfloat, defwarp, and defshop (In-game objects definition)
  • deffunction (Function definition)
  • On: event handler snippet
  • for, while, do flow control snippet

Installation

Visit the extension's page in Visual Studio Marketplace. You can also install the extension directly from Visual Studio Code's extension menu.

Contributing

Feel free to open issues or PRs. We welcome your contributions, especially efforts to standardize this extension's grammar definition.

License

This extension is licensed under the MIT license.

Special thanks

This extension was initially ported from JoWei's language-athena for Atom editor.

About

Syntax highlighting and code snippets for rAthena-flavoured Athena scripting language

License:MIT License