mattberkowitz / autoclose-html

Autoclose html tags in atom
MIT License
103 stars 42 forks source link

CSS float: left - autocomplete list order #183

Open astralspark opened 7 years ago

astralspark commented 7 years ago

Hey, when I'm typing in CSS file: "float: le"

I get that list: obraz

"left" is 3rd, but should be first. Without typing anything after semicolon, autocomplete list is fine. Can this be fixed?