Splash 0.9.0
New features:
- You can now inject a custom CSS class prefix when using
MarkdownDecorator
to highlight all code blocks within a Markdown file.
Fixes:
- Single-expression raw string interpolation is now highlighted correctly.
- Strings appearing within another string's interpolation are now correctly highlighted.
- Types appearing within a generic subscript's declaration are now highlighted correctly.
nil
is now properly highlighted when passed to a parameter-less function.- Support has been added for the
#warning
and#error
compiler directives.