Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kariaro/arucashighlighter

Syntax highlighter for the Arucas programming language
https://github.com/kariaro/arucashighlighter

intellij-plugin syntaxhighlighter

Last synced: 24 days ago
JSON representation

Syntax highlighter for the Arucas programming language

Awesome Lists containing this project

README

        

# ArucasHighlighter
This is an Arucas syntax highlighting plugin for IntelliJ.

## Install & Update
1) Go to `Releases` and download the latest jar file.
2) Inside of IntelliJ go to `File` > `Settings` > `Plugins` and click the cog next to the `Installed` button.
3) In the menu press `Install Plugin from Disk...` and select the downloaded jar file.

## Arucas
Arucas is a programming language designed to be used for games.
The language has flexible features that makes it easy to create a modding api for a game and implement custom methods.

The language can be found on `Senseiwells` GitHub page [https://github.com/senseiwells/Arucas](https://github.com/senseiwells/Arucas)