emmetio / sublime-text-plugin

The essential toolkit for web-developers
https://emmet.io
MIT License
253 stars 29 forks source link

Closing comments not working #142

Closed PUShAUNE closed 3 years ago

PUShAUNE commented 3 years ago

Hi,

With the latest updates, the closing comments went down. I use this preference to add them when I hit the TAB button:

"preferences":
    {
        "filter.commentAfter": "<!-- /<%= attr(\"id\", \"#\") %><%= attr(\"class\", \".\") %> -->"
    },
    "syntaxProfiles":
    {
        "html":
        {
            "filters": "html, c"
        }
    },
}

Any idea why it is not working?

sergeche commented 3 years ago

Emmet config has been changed, refer to Emmet.sublime-settings file for more info