Bugs item #877547, was opened at 2004-01-15 14:19
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=616963&aid=877547&group_id=97094
Category: Editor
Group: Release 0.0.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Christopher Lenz (cell)
Assigned to: Christopher Lenz (cell)
Summary: Incorrect syntax highlighting for escaped comments
Initial Comment:
In CSS fragments such as the following:
/* Hide from MacIE5 \*/ #info { float: right } /* */
the whole line is highlighted as a comment, even though the
backslash should not escape the termination of the
comment. This above trick is commonly used to hide CSS
from IE 5 on the Macintosh, but other browsers correctly see
the first comment termination and interpret the rule.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=616963&aid=877547&group_id=97094
|