Skip to content

Instantly share code, notes, and snippets.

@githiro
Created June 4, 2013 05:18
Show Gist options
  • Save githiro/5703760 to your computer and use it in GitHub Desktop.
Save githiro/5703760 to your computer and use it in GitHub Desktop.
Sublime Text2: Emmet.sublime-settings
{
// Custom snippets definitions, as per https://github.com/emmetio/emmet/blob/master/snippets.json
"snippets": {
"html": {
"abbreviations": {
"ab": "<a href=\"#\" target=\"_blank\">",
"av": "<a href=\"javascript: void 0;\" onclick=\"\">"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment