John Sundell dddf418cea
Quick fix for single-expression raw string interpolation (#84)
Raw string interpolation has proven to be a bit trickier to
implement, since we don’t want to treat `#` as a delimiter
(since it’s used in so many other ways in Swift, for example
for `#if`, `#available`, etc.).

This patch contains a “quick fix” for supporting interpolated
raw strings that contain a single expression per interpolation.
A proper fix should be developed as soon as possible, but this
unblocks using Splash to highlight most raw string interpolated
code samples, for now.
2019-09-05 11:59:28 +02:00
..
2018-08-24 18:42:07 +02:00
2019-03-15 20:24:53 +01:00