The syntax highlighting of the following Scala line is wrong:

case a if a(0) == '"' && a(1) == '"' => a

The part between double quotes is highlighted as a string, which is not correct.

Submitted by D. Pelsmaeker on 24 February 2015 at 13:28

Log in to post comments