Skip to content

Releases: rux-lang/VSCode

v0.3.0

01 Jun 23:31

Choose a tag to compare

Added

  • Highlighting for pub visibility modifier, self, super, asm keywords
  • Highlighting for is type-check operator; as and is scoped as type operators
  • Highlighting for comparison operators: ==, !=, <=, >=
  • Highlighting for assignment operators: =, +=, -=, *=, /=, %=, &=, |=, ^=, <<=, >>=
  • Highlighting for increment and decrement operators: ++, --
  • Highlighting for bitwise NOT operator: ~
  • Highlighting for fat arrow operator: =>
  • Highlighting for inclusive range operator: ..=
  • Highlighting for spread/variadic operator: ...
  • Highlighting for character literals: '…', c8'…', c16'…', c32'…'
  • Highlighting for prefixed string literals: c8"…", c16"…", c32"…"
  • u and i bare integer literal suffixes (e.g. 100u, 200i)

v0.2.0

10 May 19:18

Choose a tag to compare

Added

  • module, interface, extend keywords
  • #module, #package, #function, #line, #column compile-time intrinsic constants
  • tuple return types

v0.1.0

29 Apr 18:33

Choose a tag to compare

Initial release of the Rux Language extension for Visual Studio Code.

What's included

  • Syntax highlighting for .rux source files
  • Highlighting for keywords, control flow, types, literals, comments, and strings
  • Function signature highlighting with generics and return types
  • Markdown code fence injection — ```rux blocks in .md files are highlighted automatically

Installation

Search for Rux Language in the VS Code Extensions panel or install via the marketplace.