Awesome
Rockstar syntax highlighting package for Atom
Atom syntax grammar for the Rockstar programming language for all of you Rockstar developers out there.
Installation
Using Package Install
Open the Atom Settings (Ctrl
+,
or Cmd
+,
). Select + Install
, and search for this package by typing Rockstar
.
Without Package Install, using Git
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
License
This code is licensed under the MIT License.