Nicolas Stucki

Results 44 issues of Nicolas Stucki

Reverts 0b072d6b7df6d9c65d6ffce779c3417df42b47bd Fixes #15676

backport:nominated

Same as in https://github.com/scala/vscode-scala-syntax/pull/170

https://github.com/lampepfl/dotty/pull/12174

![Screenshot 2022-06-09 at 15 17 21](https://user-images.githubusercontent.com/3648029/172856665-b62fce1d-9f54-41a7-9323-ccd07a3b01e3.png) `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" => ``` ![Screenshot 2022-05-24 at 10 13 54](https://user-images.githubusercontent.com/3648029/169983192-ffc389a7-c283-46d3-97b6-d14cc1b75cc1.png) ####...

See https://github.com/lampepfl/dotty/pull/14959

enhancement
Scala 3

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...

enhancement

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.

area:documentation