Skip to content

Splash 0.11.0

Choose a tag to compare

@JohnSundell JohnSundell released this 29 Jan 10:41
b501e83
  • Keyword-like function parameters placed on a separate line are no longer highlighted.
  • Keyword-like variables used when unwrapping optionals are no longer highlighted.
  • Splash now recognizes the unowned keyword.
  • Multiline comments are now correctly highlighted when placed next to punctuation, and when such a comment has no content (like /**/), by @duemunk.
  • String literals that end with a newline character are now correctly highlighted.

This release also contains a test improvement by @artrmz.