This is a simple raptorscript major mode for Emacs. Currently it only consists of simple syntax highlighting.
Because of the nature of raptorscript, I don't currently feel like this should be uploaded to MELPA. So for now, this is how you would install it
Clone this repo somewhere you can keep it (like .emacs.d/packages
). Then add the following to your config:
(add-to-list 'load-path "~/.emacs.d/packages/raptor.el/")
(require 'raptor-mode)
That should be it!
In your .spacemacs
, add the following to dotspacemacs-additional-packages
(raptor-mode :location (recipe
:fetcher github
:repo "raptor-lang/raptor.el")))
This will keep the package automatically updated