Skip to content

Instantly share code, notes, and snippets.

@jsonUK
Created August 20, 2017 18:12
Show Gist options
  • Save jsonUK/2c594ea841dbc61e04ab5c0a7503f1d4 to your computer and use it in GitHub Desktop.
Save jsonUK/2c594ea841dbc61e04ab5c0a7503f1d4 to your computer and use it in GitHub Desktop.
Emmet settings to show classname/ids after the closing element
{
"preferences": {
"filter.commentAfter": "<!-- /<%= attr(\"id\", \"#\") %><%= attr(\"class\", \".\") %> -->"
},
"syntaxProfiles": {
"html": {
"filters": "html,c"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment