Splash 0.11.0
- 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.