ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Rux

by rux-lang ST4

Sublime Text extension for the Rux programming language

Details

Installs

  • Total 7
  • Win 3
  • Mac 1
  • Linux 3
Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27
Windows 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
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 1 0 0 0 0 0 0 0 0 0 0 0 1

Readme

Source
raw.​githubusercontent.​com

Rux Language — Sublime Text Package

Syntax highlighting support for the Rux programming language in Sublime Text editor.

Rux syntax highlighting preview

Features

  • Syntax highlighting for .rux source 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.

License

MIT