Splash 0.6.0
This version of Splash migrates the installation script to the Swift 5 toolchain, and fixes highlighting in the following scenarios:
- When using closure argument shorthands, such as
$0
,$1
, etc. - When using the
inout
keyword with a closure argument. - When returning a generic type from a function.