emmetio / emmet-atom

Emmet support for Atom
MIT License
763 stars 181 forks source link

Overrides snippets.cson snippet settings #432

Open Arcrammer opened 8 years ago

Arcrammer commented 8 years ago

I just spent the whole morning trying to figure out why html + tab was giving me <html></html> and I've come to find out it's Emmet overriding my ~/.atom/snippets.cson settings. This is a dealbreaker. Isn't there a way Emmet can function without overriding my snippets?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/34451547-overrides-snippets-cson-snippet-settings?utm_campaign=plugin&utm_content=tracker%2F535900&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F535900&utm_medium=issues&utm_source=github).
lemarcantoine commented 8 years ago

I find this behavior stupid too. Just download the "emmet-snippets-compatibility" package.

pawelgrzybek commented 8 years ago

html:5 and then tab

Thats a snippet that comes with Emmet. That should help.