Skip to content

Instantly share code, notes, and snippets.

@pafnuty
Created October 6, 2015 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pafnuty/0c329d41a2ec4e006fed to your computer and use it in GitHub Desktop.
Save pafnuty/0c329d41a2ec4e006fed to your computer and use it in GitHub Desktop.
for Emmet
{
"preferences": {
"filter.commentBefore":"<!-- <%= attr(\"id\", \"#\") %><%= attr(\"class\", \".\") %> -->\n\t",
"filter.commentAfter":"\n<!-- <%= attr(\"id\", \"#\") %><%= attr(\"class\", \".\") %> -->",
},
"disabled_single_snippets": "!!"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment