Information
Description
Interpolation in Regex /foo#{bar}/ not highlighted for ruby.
This happens when regex wrapped with /.../, interpolation highlighted correctly with %r{...}

Code snippet
Test page
Interpolation in Regex /foo#{bar}/ not highlighted for ruby
/foo#{bar}/
%r[foo#{bar}]