splash/Tests/SplashTests
John Sundell 812811ff69
Don’t highlight keyword names used in optional binding (#96)
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() { ... }
```
2020-01-29 11:04:14 +01:00
..
2018-08-24 18:42:07 +02:00