textmate / css.tmbundle

TextMate support for CSS
54 stars 36 forks source link

Changes to RegEx in meta.property-list.css #2

Closed ryanfitzer closed 11 years ago

ryanfitzer commented 13 years ago

The following regex change creates an unbalanced stdin: https://github.com/textmate/css.tmbundle/commit/8aad91d6212fc93d3bac94cb876db1b4273201fe#L0R339

Only the opening bracket is returned instead of both opening and closing brackets.

So the stdin value of the meta.property-list.css scope in the following rule:

selector {

    property:value;
}

returns: { property:value;

and should instead return: { property:value; }

infininight commented 11 years ago

Corrected in 4a5fbcdc3472bed66fbd3ffaf7955af099f9e5a8.