scala.tmbundle
scala.tmbundle copied to clipboard
Another syntax highlighting bug: s"${"'"}"
trafficstars
This is not highlighted properly (everything following the single quote is highlighted as an error):
s"${"'"}"
It's valid Scala:
scala> s"${"'"}"
res1: String = '