feature request to highlight storage writes ``` ... @external def foo(_bar: address): ... if 0 < 1: self.some_var = _bar. # <-- highlight this ``` so it is easier to read where storage writes occur.