Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/camertron/rux-sublimetext
- Owner: camertron
- License: mit
- Created: 2021-01-02T06:14:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-30T19:00:19.000Z (almost 4 years ago)
- Last Synced: 2024-11-04T00:42:04.117Z (2 months ago)
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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