Skip to content

Releases: scala/vscode-scala-syntax

VS Code Scala Syntax (official) v0.4.2

22 Jul 11:45
4a5ece5
Compare
Choose a tag to compare
  • Improved number highlighting
  • Improved extended class names boundary detection
  • Improved given with name highlighting

VS Code Scala Syntax (official) v0.4.1

08 Jul 17:54
be5c2ed
Compare
Choose a tag to compare
  • Improved highlighting of number literals
  • Improved end highlighting
  • Improved given/as highlighting
  • Improved using highlighting
  • Improved new highlighting
  • Added import class name highlighting
  • Better detection of : at the end of a declaration name

VS Code Scala Syntax (official) v0.4.0

29 Jun 18:14
b62aea4
Compare
Choose a tag to compare

VS Code Scala Syntax (official) v0.3.9

27 Jan 06:46
10e15a5
Compare
Choose a tag to compare
  • #73: Remove erased keyword
  • #71: Fix string interpolation with curly braces
  • #74: Remove $ as possible character in simple interpolated variable name

VS Code Scala Syntax (official) v0.3.8

07 Oct 07:48
6c006cd
Compare
Choose a tag to compare
  • #64: Support vals with multi-assignment
  • #63: Do not tag some classes as storage keywords

VS Code Scala Syntax (official) v0.3.7

07 Oct 07:42
e682d95
Compare
Choose a tag to compare
  • #64: Support vals with multi-assignment
  • #63: Do not tag some classes as storage keywords

VS Code Scala Syntax (official) v0.3.6

23 Sep 12:27
813b3ac
Compare
Choose a tag to compare
  • #57: Fix highlighting of '(', '{' and '['
  • #61: Stop unclosed Char after end of line

VS Code Scala Syntax (official) v0.3.5

17 Sep 13:38
f544ee8
Compare
Choose a tag to compare
  • #42 Fix some security warnings of some dependencies
  • #43 Recognise syntax for given, erased, enum, inline, opaque and derives (Dotty syntax)
  • #47 Recognise syntax for then and end (Dotty syntax)

VS Code Scala Syntax (official) v0.3.4

03 Jul 16:54
5715523
Compare
Choose a tag to compare
  • #25 Fix opening paren matches with closing paren in character literal
  • #39 Fix single line block comments with embedded url fail to parse correctly

This is a bugfix release, which fixes a regression (#39) that was introduced in 0.3.3

Example before

before

Example after

after

VS Code Scala Syntax (official) v0.3.3

25 Jun 13:28
be0c909
Compare
Choose a tag to compare
  • #38 Fix highlighting of fields with /* inside of back-quotes
  • #36 Fix highlighting of the nested comments

Example before

Screenshot from 2019-06-25 14-20-08

Example after

Screenshot from 2019-06-25 14-22-30