Sublime Text

The official Rux package for Sublime Text adds syntax highlighting for .rux source files.

Installing the Package

The package is distributed through Package Control. If Package Control is not yet installed, add it via Tools → Install Package Control… in Sublime Text.

Once Package Control is available:

  1. Open the Command Palette — Ctrl+Shift+P on Windows/Linux, Cmd+Shift+P on macOS.
  2. Type Package Control: Install Package and press Enter.
  3. Search for Rux and press Enter to install.

Features

  • Syntax highlighting for .rux source files

Creating a New Project

rux new MyApp
cd MyApp

Then open the MyApp folder in Sublime Text via File → Open Folder…