MarioRicalde / SCSS.tmbundle

The TextMate SCSS Official Bundle. Now Compatible with SublimeText2.
833 stars 110 forks source link

Disable smart typing pairs for colon due to usability reasons #196

Open mendezcode opened 8 years ago

mendezcode commented 8 years ago

The smart typing pairs setting for colon automatically completes with a semicolon, but this is not ideal, since it adds the semicolon on undersired situations, such as when writing pseudo elements like :before and :after.

This is a bit annoying when writing code since time must be spent deleting the undesired semicolons added by this setting.

This commit removes automatic completion of colon/semicolon.