Recently I updated my installation of TextMate and I have noticed something rather annoying. When writing CSS code, it no longer automatically appends the semicolon. Here is how it was if I typed "background:":
#someDiv { background: ; }
and now it no longer adds that semicolon:
#someDiv { background: }
It really saved me a bunch of time when it automatically provided that semicolon. Has anyone else noticed this or know how to fix it?
Thank you