Skip to content

Splash 0.9.0

Compare
Choose a tag to compare
@JohnSundell JohnSundell released this 04 Nov 10:35
· 38 commits to master since this release
bc20ac9

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.