Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kariaro/arucashighlighter
- Owner: Kariaro
- Created: 2022-01-08T15:03:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-11T15:00:45.000Z (over 1 year ago)
- Last Synced: 2023-06-17T22:36:04.704Z (over 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)