RON Mode
Syntax highlighting for Rusty Object Notation (RON)
Install (more options coming soon)
Vanilla Emacs
This package is in the MELPA repository.
- If you have not already, add it using this guide: https://melpa.org/#/getting-started
- Then, install Ron Mode using
M-x package-install RET ron-mode RET
Emacs Prelude
Open a Rust program. This package should be automatically installed along with the packages for the Rust programming language.
Spacemacs
NOTE: This package is only available in the develop branch.
- Open your .spacemacs dotfile (
SPC-f-e-d
in vim mode) and addrust
to your configuration layer list. - Reload Spacemacs with
SPC f e R
. You should now be able to work with RON files
This project is mirrored to Git in order to get MELPA to work. The mirror can be found at https://codeberg.org/Hutzdog/ron-mode