If `switch` branch contents several values syntax highlighting breaks after `|` and restores after next one. ``` switch val { 128 | 256 => 64, 384 | 512 => 96, } ```