textmate / css.tmbundle

TextMate support for CSS
54 stars 36 forks source link

Semicolon no longer auto appended #4

Closed mattbanks closed 11 years ago

mattbanks commented 13 years ago

When writing CSS code, it no longer automatically appends the semicolon.

Here is how it was if I typed "background:":

element { background: ; }

and now it no longer adds that semicolon:

element { background: }

This was a huge time saver and it's odd that it stopped working. Any ideas?

Thanks, Matt

infininight commented 13 years ago

Cause: meta.property-list.css end match is ending the scope too early it you are on the same line as the }