Splash 0.1.3
Syntax highlighting has been fixed for the following scenarios:
- Enums used as subscripting keys:
dictionary[.case]
- Subscript declarations:
subscript(key: Key) -> Value?
- Keywords used as parameter labels:
key(for object: Object) -> String
- Using
self
to refer to a type:String.self