Skip to content

Releases: scala/vscode-scala-syntax

VS Code Scala Syntax (official) v0.4.4

Choose a tag to compare

@nicolasstucki nicolasstucki released this 07 Oct 15:09
9f48641
  • Fix highlighting of inline soft keyword

VS Code Scala Syntax (official) v0.4.3

Choose a tag to compare

@nicolasstucki nicolasstucki released this 11 Sep 07:18
cc4e9f2
  • Fix highlighting of package prefix in extends clause
  • Improve detection of extension as a soft keyword
  • Remove old extension on syntax
  • Improve highlighting detection of the name of a given
  • Identify inline before a given as a modifier
  • Differentiate between inline declarations and in the control flow operators

VS Code Scala Syntax (official) v0.4.2

Choose a tag to compare

@nicolasstucki nicolasstucki released this 22 Jul 11:45
4a5ece5
  • Improved number highlighting
  • Improved extended class names boundary detection
  • Improved given with name highlighting

VS Code Scala Syntax (official) v0.4.1

Choose a tag to compare

@nicolasstucki nicolasstucki released this 08 Jul 17:54
be5c2ed
  • 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

Choose a tag to compare

@nicolasstucki nicolasstucki released this 29 Jun 18:14
b62aea4

VS Code Scala Syntax (official) v0.3.9

Choose a tag to compare

@nicolasstucki nicolasstucki released this 27 Jan 06:46
10e15a5
  • #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

Choose a tag to compare

@nicolasstucki nicolasstucki released this 07 Oct 07:48
6c006cd
  • #64: Support vals with multi-assignment
  • #63: Do not tag some classes as storage keywords

VS Code Scala Syntax (official) v0.3.7

Choose a tag to compare

@nicolasstucki nicolasstucki released this 07 Oct 07:42
e682d95
  • #64: Support vals with multi-assignment
  • #63: Do not tag some classes as storage keywords

VS Code Scala Syntax (official) v0.3.6

Choose a tag to compare

@nicolasstucki nicolasstucki released this 23 Sep 12:27
813b3ac
  • #57: Fix highlighting of '(', '{' and '['
  • #61: Stop unclosed Char after end of line

VS Code Scala Syntax (official) v0.3.5

Choose a tag to compare

@nicolasstucki nicolasstucki released this 17 Sep 13:38
f544ee8
  • #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)