Notice in the following example `x1` is colored differently than `x2` and `x3` ```scala class Foo { val x1, x2, x3 = 0 } ``` 