Bugs item #871691, was opened at 2004-01-06 14:42
Message generated for change (Comment added) made by hlascelles
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=616963&aid=871691&group_id=97094
Category: Editor
Group: Release 0.0.1
Status: Open
Resolution: Accepted
Priority: 4
Submitted By: Christopher Lenz (cell)
Assigned to: Christopher Lenz (cell)
Summary: Incorrect syntax highlighting for unknown property names
Initial Comment:
When a property name such as "right-border:" is
encountered, the part "border" gets highlighted as a
known property name. Obviously, the construct should
not be highlighted at all.
----------------------------------------------------------------------
Comment By: Harry Lascelles (hlascelles)
Date: 2004-02-18 09:57
Message:
Logged In: YES
user_id=801543
Yep, I see that too.
Also, some developers temporarily "kill" a property with an x
or something
eg:
xbackground-color: #eeeeee;
This should not be highlighted. (obviously!)
I guess just check for whitespace around the matched word.
Good stuff tho'!
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=616963&aid=871691&group_id=97094
|