Atom syntax grammar for the Rockstar programming language for all of you Rockstar developers out there.
Open the Atom Settings (Ctrl
+,
or Cmd
+,
). Select + Install
, and search for this package by typing Rockstar
.
Clone the repository into your Atom Packages directory and install with npm
:
cd ~/.atom/packages
git clone https://github.com/thestd/language-rockstar
cd language-rockstar
npm install
This code is licensed under the MIT License.