Skip to content

Splash 0.16.0

Latest
Compare
Choose a tag to compare
@JohnSundell JohnSundell released this 14 Jun 12:57
· 3 commits to master since this release
7f4df43

This version of Splash includes support for highlighting code written using Swift 5.5's new concurrency features, including async/await and actor types. It also upgrades the Swift version that Slash uses to 5.4.

Syntax highlighting has also been corrected in the following situations:

  • When nil is used within a ternary operation.
  • When a comment is placed next to an array type or literal.
  • When an underscore is used to ignore function parameters.
  • When a property wrapper's projected value is used.

This release also includes documentation fixes by @Yaacoub and @haikusw, and an infrastructure improvement by @fjcaetano.