mattn / emmet-vim

emmet for vim: http://emmet.io/
http://mattn.github.io/emmet-vim
MIT License
6.41k stars 410 forks source link

scss custom snippets not working #479

Closed ghost closed 2 years ago

ghost commented 4 years ago

Scss snippets do not appear on the document. For example, if I write footerVariables + C-z, then I get footerVariables{

}

css, sass, scss are all installed or at least the files are under /lang/ html custom snippets is working as expected.

I am sharing an example file here: https://pastebin.com/HDVmTrNW

I don't know what else to try or where to read.

wiznia commented 4 years ago

If the properties are not working, take into account that you need to be inside the curly brackets for them to work. For example, mt100 will translate to margin-top: 100px but you have to be inside your class definition for it to work.