Releases: rux-lang/VSCode
Releases · rux-lang/VSCode
v0.3.0
Added
- Highlighting for
pubvisibility modifier,self,super,asmkeywords - Highlighting for
istype-check operator;asandisscoped 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"…" uandibare integer literal suffixes (e.g.100u,200i)
v0.2.0
v0.1.0
Initial release of the Rux Language extension for Visual Studio Code.
What's included
- Syntax highlighting for
.ruxsource files - Highlighting for keywords, control flow, types, literals, comments, and strings
- Function signature highlighting with generics and return types
- Markdown code fence injection —
```ruxblocks in.mdfiles are highlighted automatically
Installation
Search for Rux Language in the VS Code Extensions panel or install via the marketplace.