Skip to content

joneshf/sublime-roy

Repository files navigation

Roy Sublime Text 2 package.

Inspiration

This is greatly inspired by @surjikal's Coffee Compile and my own LiveScript package.

Features

  • Syntax highlighting
  • Transpilation to js

Usage

Compile the entire file by not selecting any text (or all the text). Compile a section by selecting just that section. Keyboard shortcut alt-shift-r Command Pallette integration Roy Context menu right click

Install

Package Control

Now available in @wbond's package control. Just bring up the package control menu in sublime (default ctrl-shift-p), and enter Package Control: Install Package, search for Roy.

Manual

Clone this repository from your Sublime packages directory:

Linux

$ cd ~/.config/sublime-text-2/Packages
$ git clone https://github.com/joneshf/sublime-roy

OSX (untested)

$ cd "~/Library/Application Support/Sublime Text 2/Packages"
$ git clone https://github.com/joneshf/sublime-roy

Windows (untested)

$ cd "%APPDATA%\Sublime Text 2"
$ git clone https://github.com/joneshf/sublime-roy

About

Adds support for Roy (compile, syntax).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages