Releases: samarium-lang/vscode-samarium
Releases Β· samarium-lang/vscode-samarium
v0.12.0
v0.11.2
v0.11.1
v0.11.0
v0.10.1
v0.10.0
Added
- New keywords:
~'*
and<=
by @sujal-goswami - Support for new special method syntax
- Treating PascalCase names as classes
Fixed
x**
is no longer treated as a function definition
v0.9.0
Changed
- Underscores can now be used in identifiers (Samarium 0.3.0) by @qexat
Fixed
- Decorated class highlighting (co-authored by @qexat)
- File I/O operator highlighting
- MAIN/EXIT operator highlighting
~
now belongs to the same category as other bitwise operators
Removed
_
constant (Samarium 0.3.0) by @qexat