Actions
Bug #6090
closedruby-mode.el font-lock fails with some interpolated strings
Bug #6090:
ruby-mode.el font-lock fails with some interpolated strings
Description
"<ul><li>#{@files.join("</li><li>")}</li></ul>"
The above line does not font-lock properly.
Actions