You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That sounds great. Do you know the Scala syntax for string interpolation? The string must be prefixed wits s or f, and then can contain $var and ${expression} parts (plus a formatting suffix in case of an f prefix). More info on https://docs.scala-lang.org/overviews/core/string-interpolation.html
I would like to know if it is possible to add highlighting of code that is part of Scala's string interpolation:
The part between
${
and}
in a string that starts withs"
should be highlighted as if it is actual code.The text was updated successfully, but these errors were encountered: