Sublime Forum

Pair semicolon problem

#1

Hi everyone,

Just discovered annoying bug - when i am adding colon at the last css selector in the file, sublime inserting pair semi-colon.

for example

.ui-collapsible-heading .ui-btn-up-c {
	text-decoration: none;
	text-shadow: 0 1px blur #000;
}
.ui-collapsible-heading .ui-btn-up-c:|;
[eof]

In the middle of a file all works fine.

i tried to turn off all plugins, but no use.

Any ideas how to fix this? I don`t want to disable “auto_match_enabled”

0 Likes