2 b = %Q{This is a "string"}
6 d = %(hello (nested) world)
8 # Don't propertize percent literals inside strings.
9 "(%s, %s)" % [123, 456]
15 # Regexp after whitelisted method.
18 # Don't mis-match "sub" at the end of words.
19 a = asub / aslb + bsub / bslb;
21 # Highlight the regexp after "if".
22 x = toto / foo if /do bar/ =~ "dobar"