Splash 0.12.0
- Enum cases called
some
are now correctly highlighted. - You can now pass a custom
Grammar
when usingMarkdownDecorator
(by @marcocapano). - Function calls that are the first statement within a closure that accepts arguments are now correctly highlighted.
- When switching on an expression that includes accessing a property, that property is no longer incorrectly highlighted as a function call.