Skip to content

Instantly share code, notes, and snippets.

@themkvz
Last active May 18, 2019 13:48
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 themkvz/cb4cdec662b0540acc44911e76a55ea1 to your computer and use it in GitHub Desktop.
Save themkvz/cb4cdec662b0540acc44911e76a55ea1 to your computer and use it in GitHub Desktop.
VScode html comment snippet with divs, thx @akella for original sublime version. Dicomment html
{
"di.comment": {
"prefix": "di",
"body": [
"<!-- begin $1 -->",
"<div class=\"$1\">",
" $2",
"</div>",
"<!-- end $1 -->",
],
"description": "VScode html comment snippet with divs, thx @akella for original sublime version"
}
}
@themkvz
Copy link
Author

themkvz commented Mar 2, 2017

Попытка перенести снипет @akella на VS code.
Работает адекватно лишь по выбору через enter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment