812811ff69
This patch makes Splash no longer highlight variables with the same name as a keyword when used in optional binding, for example: ``` if let override = makeOverride() { ... } ```