Skip to content

Releases: scala/vscode-scala-syntax

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

VS Code Scala Syntax (official) v0.3.2

28 May 07:28
00b3da5
Compare
Choose a tag to compare
  • #29 Fix highlighting of non-ascii variable names, by @PanAeon
  • #28 Fix highlighting for symbolic symbol literals, by @PanAeon

Example before
Screenshot 2019-05-28 at 08 24 58

Example after

Screenshot 2019-05-28 at 08 24 28

Big thanks to @PanAeon!

VS Code Scala Syntax (official) v0.3.1

14 May 09:29
46963ea
Compare
Choose a tag to compare

#24 Fix syntax highlighting for string interpolators, by @PanAeon.

Now, string interpolators use correct syntax highlighting for spliced expressions
Screenshot 2019-05-14 at 11 28 41

Previously, string interpolators were highlighted the same way as string literals.

Screenshot 2019-05-14 at 11 31 12