vscode-scala-syntax
vscode-scala-syntax copied to clipboard
Visual Studio Code extension for syntax highlighting Scala sources
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.33 to 0.5.37. Release notes Sourced from moment-timezone's releases. 0.5.34 Updated data to IANA TZDB 2021e Changelog Sourced from moment-timezone's changelog. 0.5.37 2022.08-25 Re-publish npm package, because...
fix: https://github.com/scala/vscode-scala-syntax/issues/239 vscode-scala-syntax couldn't provide consistent highlights for `C` and `D` in `derives C, D`. ## Problem Consider we have the following code ```scala enum A extends B derives C,...
**The Bug** **Notice how `D` has a different color to `C` in line 14** (Both in `Ayu Dark` and `Community Material`) **Expected behavior**: `D` should probably have the same color...
 `Mon` in not highlighted, or all the others should not be highlighted.
We are not highlighting the interpolated parts correctly in a val pattern. ```scala val x"${x}b$y" = "abc" "abc" match case x"${x}b$y" => ```  ####...
See https://github.com/lampepfl/dotty/pull/14959
I am not sure if this issue belongs to this repo or should live somewhere else. I am using metals with vscode and find the expand selection for scala code...
https://github.com/smarter/vscode-dotty-syntax/ does two things: - Install a completion provider for every keyword so that vscode doesn't auto-complete a keyword into some other word when pressing Enter after typing a keyword....
Fixes the linked issue.
https://github.com/scala/vscode-scala-syntax/actions/runs/1435415593 I had to update the extension manually through https://marketplace.visualstudio.com/manage