Releases: scala/vscode-scala-syntax
Releases · scala/vscode-scala-syntax
VS Code Scala Syntax (official) v0.3.3
- #38 Fix highlighting of fields with
/*
inside of back-quotes
- #36 Fix highlighting of the nested comments
Example before

Example after

VS Code Scala Syntax (official) v0.3.2
- #29 Fix highlighting of non-ascii variable names, by @PanAeon
- #28 Fix highlighting for symbolic symbol literals, by @PanAeon
Example before

Example after

Big thanks to @PanAeon!
VS Code Scala Syntax (official) v0.3.1
#24 Fix syntax highlighting for string interpolators, by @PanAeon.
Now, string interpolators use correct syntax highlighting for spliced expressions

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