Skip to content

Releases: samarium-lang/vscode-samarium

v0.12.0

05 Apr 22:24
6a24bee
Compare
Choose a tag to compare

Added

  • ` is now highlighted as a number literal

v0.11.2

07 Dec 04:31
Compare
Choose a tag to compare

Fixed

  • Special method name highlighting for ><, ??

v0.11.1

13 Nov 17:16
Compare
Choose a tag to compare

Fixed

  • Made calls space independent

v0.11.0

09 Nov 15:09
Compare
Choose a tag to compare

Added

  • Static method highlighting
  • Regular import highlighting

Fixed

  • Included numbers in class name matching

v0.10.1

04 Nov 04:24
Compare
Choose a tag to compare

Fixed

  • Special method name highlighting for >:, <:, +_, -_

v0.10.0

01 Nov 21:09
Compare
Choose a tag to compare

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

16 Sep 18:05
Compare
Choose a tag to compare

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

v0.8.0

20 Mar 00:09
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

Changed

  • Enriched highlighting for new function syntax (Samarium 0.2.0)

v0.7.1

08 Mar 22:10
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

Changed

  • Improved class recognition to work with decorated functions

v0.7.0

01 Mar 14:05
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Added

  • Escape sequence highlighting

Fixed

  • Multiline string highlighting

Changed

  • Changed the marketplace icon
  • Improved operator and keyword recognition
  • Updated repository links