Nicolas Stucki
Nicolas Stucki
Reverts 0b072d6b7df6d9c65d6ffce779c3417df42b47bd Fixes #15676
Same as in https://github.com/scala/vscode-scala-syntax/pull/170
https://github.com/lampepfl/dotty/pull/12174
 `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
https://github.com/scala/vscode-scala-syntax/actions/runs/1435415593 I had to update the extension manually through https://marketplace.visualstudio.com/manage
The current image at https://github.com/scala/vscode-scala-syntax/blame/master/README.md#L9 shows some older syntax highlighting. For example, Char and String changed to be properly highlighted based on syntax and not pseudo-semantics. We should also have...
@MaximeKjaer: > Two small things stand out to me here: > > 1. The dots aren't highlighted. I think we should aim to highlight the dots in the qualified name...
We should have a page in `dotty.epfl.ch` describing the generic [`Tuple`](https://github.com/lampepfl/dotty/blob/master/library/src/scala/Tuple.scala) and provide some examples.