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:
- Open the Command Palette —
Ctrl+Shift+Pon Windows/Linux,Cmd+Shift+Pon macOS. - Type Package Control: Install Package and press
Enter. - Search for Rux and press
Enterto install.
Features
- Syntax highlighting for
.ruxsource files
Creating a New Project
sh
rux new MyApp
cd MyAppThen open the MyApp folder in Sublime Text via File → Open Folder…