https://github.com/kariaro/arucashighlighter
Syntax highlighter for the Arucas programming language
https://github.com/kariaro/arucashighlighter
intellij-plugin syntaxhighlighter
Last synced: 12 months ago
JSON representation
Syntax highlighter for the Arucas programming language
- Host: GitHub
- URL: https://github.com/kariaro/arucashighlighter
- Owner: Kariaro
- Created: 2022-01-08T15:03:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T15:00:45.000Z (over 3 years ago)
- Last Synced: 2025-03-22T14:14:56.827Z (about 1 year ago)
- Topics: intellij-plugin, syntaxhighlighter
- Language: Java
- Homepage:
- Size: 409 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)