#73: Syntax highlighting incorrect
------------------------------+---------------------------------------------
Reporter: japgolly | Owner: zdennis
Type: defect | Status: new
Priority: normal | Milestone:
Component: Editor | Version: 0.7.0-d
Severity: normal | Keywords:
Ticket_dependency: |
------------------------------+---------------------------------------------
In the following line checked="checked" is part of the string. The double
quotes should be ignored because it's wrapped in single quotes but with
RDT 0.7.0 the 2nd instance of checked (between dbl-quotes) is coloured as
though it wasn't part of the string.
@@objects.each{|o| x << "<option value=\"#{o.id}\"#{' checked="checked"'
if selected==o.id}>#{o.name}</option>"}
--
Ticket URL: <http://rubyeclipse.mktec.com/cgi-bin/trac.py/ticket/73>
RDT (RubyEclipse) <http://rubyeclipse.mktec.com>
Eclipse Ruby Plugin