Rux
Sublime Text extension for Rux programming language
Details
Installs
- Total 3
- Win 3
- Mac 0
- Linux 0
| May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
| Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Rux Language — Sublime Text Package
Syntax highlighting support for the Rux programming language in Sublime Text editor.

Features
- Syntax highlighting for
.ruxsource files - Highlights the following language constructs:
| Category | Elements |
|---|---|
| Keywords | module, func, struct, enum, union, type, interface, extend |
| Control flow | if, else, for, while, do, loop, break, continue, return |
| Storage | let, var, const |
| Modifiers | as, is, import, export |
| Signed Integer types | int, int8, int16, int32, int64, int128, int256, int512 |
| Unsigned Integer types | uint, uint8, uint16, uint32, uint64, uint128, uint256, uint512 |
| Float types | float, float8, float16, float32, float64, float128, float256, float512 |
| Character types | char, char8, char16, char32, char64, char128, char256, char512 |
| Boolean types | bool, bool8, bool16, bool32, bool64, bool128, bool256, bool512 |
| Literals | Decimal, hexadecimal (0x), octal (0o), binary (0b) with type suffixes |
| Constants | true, false, null |
| Comments | // line, /// doc, /* */ block |
| Strings | Double-quoted strings with escape sequences |
Requirements
No additional requirements. Install the package and open any .rux file.
Package Settings
This package does not add any configuration settings.
Known Issues
Please report issues on the GitHub issue tracker.
Release Notes
0.2.0
Added interface, extend, module keywords and #module, #file, #line, #column, #date, #time intrinsics.
0.1.0
Initial release with full syntax highlighting for the Rux source files.