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.
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'!
Log in to post a comment.
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'!