Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/camertron/rux-sublimetext

Rux syntax highlighting for Sublime Text 3.
https://github.com/camertron/rux-sublimetext

Last synced: 18 days ago
JSON representation

Rux syntax highlighting for Sublime Text 3.

Awesome Lists containing this project

README

        

## rux-SublimeText

Syntax highlighting for [rux](https://github.com/camertron/rux) files.

## Installation

For the moment, rux-SublimeText isn't published to package control. You'll need to install it manually.

1. Choose **Sublime Text** -> **Preferences** -> **Browse Packages** (sorry, not sure what the equivalent is on Windows). This should open a Finder window showing a list of all your installed packages.
1. Clone this repository into your Packages directory.

Here's a handy one-liner assuming you've got Sublime Text 3:

```bash
git clone \
https://github.com/camertron/rux-SublimeText.git \
~/Library/Application\ Support/Sublime\ Text\ 3/Packages/rux-SublimeText
```

## Notes

I wrote this plugin by grafting together the Ruby, JSX, and HTML plugins. It seems to work ok. If you're good with Sublime syntax definition files, I would welcome and appreciate any feedback.

## License

Licensed under the MIT license. See LICENSE for details.

## Authors

* Cameron C. Dutro: http://github.com/camertron