I’m puzzled by the fact that according to this https://docs.emmet.io/cheat-sheet/ Emmet doesn’t have a snippet with the trigger word html
. But nevertheless the original Sublime Text html snippet won’t work after installing Emmet. Why?
Updated
In the above cheat-sheet it’s said that All unknown abbreviations will be transformed to tag, e.g. foo → <foo></foo>
. And this is exactly what happens: html,tab results in <html></html>
Does it mean that when Emmet is installed I’m no longer able to use the original ST snippets for html scope?
Thank you.