Skip to content

Splash 0.1.3

Compare
Choose a tag to compare
@JohnSundell JohnSundell released this 27 Aug 17:21
· 145 commits to master since this release
1559117

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